diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-29 19:22:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-29 19:22:56 +0000 |
commit | ff0507a88b24d2d06dbc673995806b6fed17218e (patch) | |
tree | b282d808eaf1d882f8318f92b8453395687a0d50 /crypt/md5-crypt.c | |
parent | 5b55e1d305adc83f3caf593e617a9a19d740f025 (diff) | |
download | glibc-ff0507a88b24d2d06dbc673995806b6fed17218e.tar glibc-ff0507a88b24d2d06dbc673995806b6fed17218e.tar.gz glibc-ff0507a88b24d2d06dbc673995806b6fed17218e.tar.bz2 glibc-ff0507a88b24d2d06dbc673995806b6fed17218e.zip |
Fix comment.
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); |