summaryrefslogtreecommitdiff
path: root/libc/crypt
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-06-04 20:34:58 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-06-04 20:34:58 +0000
commite84299663ca4d679999ef6bc7a430c354356b3f3 (patch)
tree5ccbe918b5d6dfc549e7286f2a5557cea7aea63b /libc/crypt
parent0ef72d52eaacd3fbfb4f08adbdf240f8e0aa6c56 (diff)
downloadeglibc2-e84299663ca4d679999ef6bc7a430c354356b3f3.tar.gz
Merge changes between r2277 and r2393 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@2394 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/crypt')
-rw-r--r--libc/crypt/md5-crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/crypt/md5-crypt.c b/libc/crypt/md5-crypt.c
index 7ba1491db..8a000f0ac 100644
--- a/libc/crypt/md5-crypt.c
+++ b/libc/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);