diff options
author | pvalchev <> | 2002-04-29 06:26:50 +0000 |
---|---|---|
committer | pvalchev <> | 2002-04-29 06:26:50 +0000 |
commit | 9fbfa3ffe6a47815d9782d7b6e5134476fa1e54c (patch) | |
tree | d2ea5320eebcadd65fb05c1a32d9e07e9077948c /src/lib/libc/crypt | |
parent | f39945c2b3b0f9e4950384bdb8effdac6eed9199 (diff) | |
download | openbsd-9fbfa3ffe6a47815d9782d7b6e5134476fa1e54c.tar.gz openbsd-9fbfa3ffe6a47815d9782d7b6e5134476fa1e54c.tar.bz2 openbsd-9fbfa3ffe6a47815d9782d7b6e5134476fa1e54c.zip |
wierd -> weird
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/crypt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/crypt/crypt.c b/src/lib/libc/crypt/crypt.c index 6a0b6243fe..17b50b7f52 100644 --- a/src/lib/libc/crypt/crypt.c +++ b/src/lib/libc/crypt/crypt.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crypt.c,v 1.15 2002/02/16 21:27:21 millert Exp $ */ | 1 | /* $OpenBSD: crypt.c,v 1.16 2002/04/29 06:26:50 pvalchev Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * FreeSec: libcrypt | 4 | * FreeSec: libcrypt |
@@ -52,7 +52,7 @@ | |||
52 | */ | 52 | */ |
53 | 53 | ||
54 | #if defined(LIBC_SCCS) && !defined(lint) | 54 | #if defined(LIBC_SCCS) && !defined(lint) |
55 | static char rcsid[] = "$OpenBSD: crypt.c,v 1.15 2002/02/16 21:27:21 millert Exp $"; | 55 | static char rcsid[] = "$OpenBSD: crypt.c,v 1.16 2002/04/29 06:26:50 pvalchev Exp $"; |
56 | #endif /* LIBC_SCCS and not lint */ | 56 | #endif /* LIBC_SCCS and not lint */ |
57 | 57 | ||
58 | #include <sys/types.h> | 58 | #include <sys/types.h> |
@@ -655,7 +655,7 @@ crypt(key, setting) | |||
655 | /* | 655 | /* |
656 | * Double check that we weren't given a short setting. | 656 | * Double check that we weren't given a short setting. |
657 | * If we were, the above code will probably have created | 657 | * If we were, the above code will probably have created |
658 | * wierd values for count and salt, but we don't really care. | 658 | * weird values for count and salt, but we don't really care. |
659 | * Just make sure the output string doesn't have an extra | 659 | * Just make sure the output string doesn't have an extra |
660 | * NUL in it. | 660 | * NUL in it. |
661 | */ | 661 | */ |