]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comment.
authorUlrich Drepper <drepper@redhat.com>
Tue, 29 May 2007 19:22:56 +0000 (19:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 29 May 2007 19:22:56 +0000 (19:22 +0000)
crypt/md5-crypt.c

index 7ba1491db6a42e5b0966a96c2b38787b83bdee49..8a000f0acdca5ae907db09d9d4eae595581a02b3 100644 (file)
@@ -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);