summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/blowfish.c
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:45:32 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-01-04 21:45:32 +0000
commitebdab6e39946f9d6628de8758207f7092fe842eb (patch)
tree969f1cab24b7d27b320d6b3f9f6a0f38b2cdc9d6 /lib/libc/crypt/blowfish.c
parenta8065711c2928c212e57fd0cd80708e15c56e5fc (diff)
grammer/spelling
Diffstat (limited to 'lib/libc/crypt/blowfish.c')
-rw-r--r--lib/libc/crypt/blowfish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/blowfish.c b/lib/libc/crypt/blowfish.c
index 846cee0e8a1..695fc00a6af 100644
--- a/lib/libc/crypt/blowfish.c
+++ b/lib/libc/crypt/blowfish.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: blowfish.c,v 1.14 1999/12/28 13:09:13 provos Exp $ */
+/* $OpenBSD: blowfish.c,v 1.15 2001/01/04 21:45:30 todd Exp $ */
/*
* Blowfish block cipher for OpenBSD
* Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
@@ -540,7 +540,7 @@ blf_key(c, k, len)
u_int16_t len;
#endif
{
- /* Initalize S-boxes and subkeys with Pi */
+ /* Initialize S-boxes and subkeys with Pi */
Blowfish_initstate(c);
/* Transform S-boxes and subkeys with key */