diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-25 15:55:36 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-03-25 15:55:36 +0000 |
| commit | fe681e195526e3bae6ab4c2eaeac8d0f148b2e2d (patch) | |
| tree | eace159d420c9afa9325727f1fd25f541b4b5db0 /lib | |
| parent | d0708a4e8845db0a1ad4645adfd947ddbaa4464b (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcrypt/crypt-md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/crypt-md5.c b/lib/libcrypt/crypt-md5.c index 6640bc8fb909..49710d6cad2e 100644 --- a/lib/libcrypt/crypt-md5.c +++ b/lib/libcrypt/crypt-md5.c @@ -35,7 +35,7 @@ crypt_md5(const char *pw, const char *salt) * This string is magic for * this algorithm. Having * it this way, we can get - * get better later on + * better later on. */ /* Refine the Salt first */ |
