diff options
| author | wiz <wiz@NetBSD.org> | 2003-10-19 01:52:45 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-10-19 01:52:45 +0000 |
| commit | bbbbcbe44f2f92b8d0f4360e4acdfb22ff143548 (patch) | |
| tree | 992fbf46d6148227dabfd72488be1f8cb0567e89 /bin | |
| parent | 9833c17169f815e3ac5bfa8cd789571944961471 (diff) | |
Fix typos in comments. From Jared Yanovich via jmc@openbsd.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ed/buf.c | 6 | ||||
| -rw-r--r-- | bin/ed/cbc.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/bin/ed/buf.c b/bin/ed/buf.c index fad06130e51..79aecf8ed7d 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -1,6 +1,6 @@ -/* $NetBSD: buf.c,v 1.22 2003/09/05 20:16:50 itojun Exp $ */ +/* $NetBSD: buf.c,v 1.23 2003/10/19 01:52:45 wiz Exp $ */ -/* buf.c: This file contains the scratch-file buffer rountines for the +/* buf.c: This file contains the scratch-file buffer routines for the ed line editor. */ /*- * Copyright (c) 1993 Andrew Moore, Talke Studio. @@ -33,7 +33,7 @@ #if 0 static char *rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; #else -__RCSID("$NetBSD: buf.c,v 1.22 2003/09/05 20:16:50 itojun Exp $"); +__RCSID("$NetBSD: buf.c,v 1.23 2003/10/19 01:52:45 wiz Exp $"); #endif #endif /* not lint */ diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index 93d36d4fedd..74a755747fc 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -1,4 +1,4 @@ -/* $NetBSD: cbc.c,v 1.15 2003/08/07 09:05:12 agc Exp $ */ +/* $NetBSD: cbc.c,v 1.16 2003/10/19 01:52:45 wiz Exp $ */ /* cbc.c: This file contains the encryption routines for the ed line editor */ /*- @@ -72,7 +72,7 @@ #if 0 static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp"; #else -__RCSID("$NetBSD: cbc.c,v 1.15 2003/08/07 09:05:12 agc Exp $"); +__RCSID("$NetBSD: cbc.c,v 1.16 2003/10/19 01:52:45 wiz Exp $"); #endif #endif /* not lint */ @@ -154,7 +154,7 @@ init_des_cipher() des_ct = des_n = 0; - /* initialize the initialization vctor */ + /* initialize the initialization vector */ MEMZERO(ivec, 8); /* intialize the padding vector */ |
