summaryrefslogtreecommitdiff
path: root/crypt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-29 19:22:56 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-29 19:22:56 +0000
commitff0507a88b24d2d06dbc673995806b6fed17218e (patch)
treeb282d808eaf1d882f8318f92b8453395687a0d50 /crypt
parent5b55e1d305adc83f3caf593e617a9a19d740f025 (diff)
Fix comment.
Diffstat (limited to 'crypt')
-rw-r--r--crypt/md5-crypt.c2
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);