From 8833066b122427710a9e14a888ce6cfa862332d3 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 31 Jul 2007 17:46:17 +0000 Subject: Updated to fedora-glibc-20070731T1624 --- crypt/md5-crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt') diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 7ba1491db6..8a000f0acd 100644 --- a/crypt/md5-crypt.c +++ b/crypt/md5-crypt.c @@ -106,7 +106,7 @@ __md5_crypt_r (key, salt, buffer, buflen) /* The last part is the salt string. This must be at most 8 characters and it ends at the first `$' character (for - compatibility which existing solutions). */ + compatibility with existing implementations). */ __md5_process_bytes (salt, salt_len, &ctx); -- cgit v1.2.3