Fix a couple of comment typos.

MFC after:	1 week
This commit is contained in:
John Baldwin 2009-11-03 18:40:42 +00:00
parent 86684848b6
commit 9144dd07ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198856

View File

@ -170,11 +170,11 @@ main(int argc, char *argv[])
int i; /* counter in a for loop */ int i; /* counter in a for loop */
char *p; /* used to obtain the key */ char *p; /* used to obtain the key */
DES_cblock msgbuf; /* I/O buffer */ DES_cblock msgbuf; /* I/O buffer */
int kflag; /* command-line encryptiooon key */ int kflag; /* command-line encryption key */
setproctitle("-"); /* Hide command-line arguments */ setproctitle("-"); /* Hide command-line arguments */
/* initialize the initialization vctor */ /* initialize the initialization vector */
MEMZERO(ivec, 8); MEMZERO(ivec, 8);
/* process the argument list */ /* process the argument list */