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 7ba1491..8a000f0 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);