diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-11-17 15:30:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-11-17 15:30:22 +0000 |
| commit | ed4794c0aa565d221f7f39afbf332fb22c5ade65 (patch) | |
| tree | a53907311fa0e7f6ba127ba0d27d373c1b27e676 | |
| parent | 7870dd6db263a6de164ecad85caceaec961c6671 (diff) | |
Notes
| -rw-r--r-- | secure/usr.bin/bdes/bdes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/bdes/bdes.c b/secure/usr.bin/bdes/bdes.c index 8e8125a85773..9ce9921fcb92 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 */ |
