From 83df067d68298bef868427248c96e72c0cd51823 Mon Sep 17 00:00:00 2001 From: todd <> Date: Thu, 4 Jan 2001 21:45:30 +0000 Subject: [PATCH] grammer/spelling --- src/lib/libc/crypt/bcrypt.c | 4 ++-- src/lib/libc/crypt/blowfish.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libc/crypt/bcrypt.c b/src/lib/libc/crypt/bcrypt.c index 99338a95..be049baa 100644 --- a/src/lib/libc/crypt/bcrypt.c +++ b/src/lib/libc/crypt/bcrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcrypt.c,v 1.13 2000/08/02 15:09:41 provos Exp $ */ +/* $OpenBSD: bcrypt.c,v 1.14 2001/01/04 21:45:30 todd Exp $ */ /* * Copyright 1997 Niels Provos @@ -237,7 +237,7 @@ bcrypt(key, salt) /* Out of sync with passwd entry */ return error; - /* Computer power doesnt increase linear, 2^x should be fine */ + /* Computer power doesn't increase linear, 2^x should be fine */ if ((rounds = (u_int32_t) 1 << (logr = atoi(salt))) < BCRYPT_MINROUNDS) return error; diff --git a/src/lib/libc/crypt/blowfish.c b/src/lib/libc/crypt/blowfish.c index 846cee0e..695fc00a 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 */