From: Ulrich Drepper Date: Tue, 29 May 2007 19:22:56 +0000 (+0000) Subject: Fix comment. X-Git-Tag: cvs/glibc-2_6_1~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff0507a88b24d2d06dbc673995806b6fed17218e;p=thirdparty%2Fglibc.git Fix comment. --- diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 7ba1491db6a..8a000f0acdc 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);