From 0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86 Mon Sep 17 00:00:00 2001 From: todd <> Date: Thu, 4 Jan 2001 21:45:31 +0000 Subject: grammer/spelling --- src/lib/libc/crypt/blowfish.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/crypt/blowfish.c') diff --git a/src/lib/libc/crypt/blowfish.c b/src/lib/libc/crypt/blowfish.c index 846cee0e8a..695fc00a6a 100644 --- a/src/lib/libc/crypt/blowfish.c +++ b/src/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 @@ -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 */ -- cgit v1.2.3-55-g6feb