From b4a2916c56a47abd27492863f5ec8b94caaa6530 Mon Sep 17 00:00:00 2001 From: jhb Date: Tue, 3 Nov 2009 18:40:42 +0000 Subject: Fix a couple of comment typos. MFC after: 1 week --- secure/usr.bin/bdes/bdes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'secure/usr.bin') diff --git a/secure/usr.bin/bdes/bdes.c b/secure/usr.bin/bdes/bdes.c index 22df57a..cbab5d7 100644 --- a/secure/usr.bin/bdes/bdes.c +++ b/secure/usr.bin/bdes/bdes.c @@ -170,11 +170,11 @@ main(int argc, char *argv[]) int i; /* counter in a for loop */ char *p; /* used to obtain the key */ DES_cblock msgbuf; /* I/O buffer */ - int kflag; /* command-line encryptiooon key */ + int kflag; /* command-line encryption key */ setproctitle("-"); /* Hide command-line arguments */ - /* initialize the initialization vctor */ + /* initialize the initialization vector */ MEMZERO(ivec, 8); /* process the argument list */ -- cgit v1.1