summaryrefslogtreecommitdiff
path: root/lib/libcrypt/crypt.c
diff options
context:
space:
mode:
authorsoren <soren@NetBSD.org>2000-03-13 22:55:05 +0000
committersoren <soren@NetBSD.org>2000-03-13 22:55:05 +0000
commit89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch)
tree478a03635e0cf63ab282f636b0793b4dfbfca9bc /lib/libcrypt/crypt.c
parent3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff)
Fix doubled 'the's.
Diffstat (limited to 'lib/libcrypt/crypt.c')
-rw-r--r--lib/libcrypt/crypt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypt/crypt.c b/lib/libcrypt/crypt.c
index 64a0d14b058..0e00967f2e7 100644
--- a/lib/libcrypt/crypt.c
+++ b/lib/libcrypt/crypt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: crypt.c,v 1.13 1998/10/20 02:02:30 matt Exp $ */
+/* $NetBSD: crypt.c,v 1.14 2000/03/13 22:59:22 soren Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)crypt.c 8.1.1.1 (Berkeley) 8/18/93";
#else
-__RCSID("$NetBSD: crypt.c,v 1.13 1998/10/20 02:02:30 matt Exp $");
+__RCSID("$NetBSD: crypt.c,v 1.14 2000/03/13 22:59:22 soren Exp $");
#endif
#endif /* not lint */
@@ -609,7 +609,7 @@ des_setkey(key)
/*
* Encrypt (or decrypt if num_iter < 0) the 8 chars at "in" with abs(num_iter)
- * iterations of DES, using the the given 24-bit salt and the pre-computed key
+ * iterations of DES, using the given 24-bit salt and the pre-computed key
* schedule, and store the resulting 8 chars at "out" (in == out is permitted).
*
* NOTE: the performance of this routine is critically dependent on your