aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-25 13:14:36 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-25 13:14:36 +0000
commit3e977c59cf86f715934f0137e65ffad1e90bfed2 (patch)
tree8e964142e94ab46f394792ff68a5b376fc2a7b6a
parent712d410833f2e2dd0e3f39e4bab3cfe9b3bb0a11 (diff)
downloadsrc-3e977c59cf86f715934f0137e65ffad1e90bfed2.tar.gz
src-3e977c59cf86f715934f0137e65ffad1e90bfed2.zip
Typo in comment.
Notes
Notes: svn path=/head/; revision=46064
-rw-r--r--secure/usr.bin/bdes/bdes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/bdes/bdes.c b/secure/usr.bin/bdes/bdes.c
index 257d54968953..ed1f3e113969 100644
--- a/secure/usr.bin/bdes/bdes.c
+++ b/secure/usr.bin/bdes/bdes.c
@@ -528,7 +528,7 @@ ecbenc()
WRITE(BUFFER(msgbuf), 8);
}
/*
- * at EOF or last block -- in either ase, the last byte contains
+ * at EOF or last block -- in either case, the last byte contains
* the character representation of the number of bytes in it
*/
bn++;