Fix comment.

This commit is contained in:
Ulrich Drepper 2007-05-29 19:22:56 +00:00
parent 5b55e1d305
commit ff0507a88b

View 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);