diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-08 10:22:15 +0000 |
| commit | 46be34b90213ebd9037cb2c24aec0009d7f2f5c1 (patch) | |
| tree | 00d4f7b7c93cf85a8b324bbb69d0c039b6a3367f /bin/ed/undo.c | |
| parent | c578efe575dc0b2020cf21aaae2c34b12a12a430 (diff) | |
Notes
Diffstat (limited to 'bin/ed/undo.c')
| -rw-r--r-- | bin/ed/undo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 549a3547a789..93fef8853dd0 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -30,7 +30,7 @@ static char * const rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else static char * const rcsid = - "$Id: undo.c,v 1.6 1997/02/22 14:03:20 peter Exp $"; + "$Id: undo.c,v 1.7 1997/08/07 21:33:47 steve Exp $"; #endif #endif /* not lint */ @@ -42,7 +42,7 @@ undo_t *ustack = NULL; /* undo stack */ long usize = 0; /* stack size variable */ long u_p = 0; /* undo stack pointer */ -/* push_undo_stack: return pointer to intialized undo node */ +/* push_undo_stack: return pointer to initialized undo node */ undo_t * push_undo_stack(type, from, to) int type; |
