diff options
Diffstat (limited to 'crypt/md5-crypt.c')
-rw-r--r-- | crypt/md5-crypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 7ba1491db6..8a000f0acd 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); |