From ff0507a88b24d2d06dbc673995806b6fed17218e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 May 2007 19:22:56 +0000 Subject: Fix comment. --- crypt/md5-crypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypt/md5-crypt.c b/crypt/md5-crypt.c index 7ba1491..8a000f0 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); -- cgit v1.1