summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-11-17 15:30:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-11-17 15:30:16 +0000
commit9fff59ab134b3958e2362846f19c4d8509098e87 (patch)
tree70a8384e215aa3f042b8d65018281dc887b2abd4 /secure
parent9ad2d7369595a8ee399a19fa792e211011adf56d (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/usr.bin/bdes/bdes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/bdes/bdes.c b/secure/usr.bin/bdes/bdes.c
index 22df57af7c7f..cbab5d765656 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 */