summaryrefslogtreecommitdiff
path: root/bin/ed/cbc.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:15:44 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-18 19:15:44 +0000
commit6c89794ce20d3dc00cf474e8442e1f3dbef14406 (patch)
treebeb21394f6163295fec1f91d79345f3b1de28680 /bin/ed/cbc.c
parent95717a3b771d0a5f896ac22e3c9c706be0652d9f (diff)
typos in comments;
from Jared Yanovich
Diffstat (limited to 'bin/ed/cbc.c')
-rw-r--r--bin/ed/cbc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c
index 026f2be34fd..81a0f140f45 100644
--- a/bin/ed/cbc.c
+++ b/bin/ed/cbc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cbc.c,v 1.11 2003/06/11 23:42:12 deraadt Exp $ */
+/* $OpenBSD: cbc.c,v 1.12 2003/10/18 19:15:43 jmc Exp $ */
/* $NetBSD: cbc.c,v 1.9 1995/03/21 09:04:36 cgd Exp $ */
/* cbc.c: This file contains the encryption routines for the ed line editor */
@@ -40,7 +40,7 @@
#if 0
static char *rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp";
#else
-static char rcsid[] = "$OpenBSD: cbc.c,v 1.11 2003/06/11 23:42:12 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: cbc.c,v 1.12 2003/10/18 19:15:43 jmc Exp $";
#endif
#endif /* not lint */
@@ -117,7 +117,7 @@ init_des_cipher(void)
des_ct = des_n = 0;
- /* initialize the initialization vctor */
+ /* initialize the initialization vector */
MEMZERO(ivec, 8);
/* initialize the padding vector */