diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 21:45:32 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-04 21:45:32 +0000 |
commit | ebdab6e39946f9d6628de8758207f7092fe842eb (patch) | |
tree | 969f1cab24b7d27b320d6b3f9f6a0f38b2cdc9d6 /lib/libc/crypt/blowfish.c | |
parent | a8065711c2928c212e57fd0cd80708e15c56e5fc (diff) |
grammer/spelling
Diffstat (limited to 'lib/libc/crypt/blowfish.c')
-rw-r--r-- | lib/libc/crypt/blowfish.c | 4 |
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 */ |