summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 22:36:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-01-04 22:36:14 +0000
commitebba6da9fcea4fb0eb5e541b68695bbbda9e62d0 (patch)
tree044768ce10999ffa86414990d44a8c831eb74140 /lib
parent96e263cfced04c4ec20b735a1e8047dbd1fc025e (diff)
spelling
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/auth_subr.c4
-rw-r--r--lib/libm/src/k_rem_pio2.c2
-rw-r--r--lib/libssl/src/crypto/evp/bio_ok.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/auth_subr.c b/lib/libc/gen/auth_subr.c
index 0e28516ceb6..68adf6f8b12 100644
--- a/lib/libc/gen/auth_subr.c
+++ b/lib/libc/gen/auth_subr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth_subr.c,v 1.21 2002/11/22 23:27:45 millert Exp $ */
+/* $OpenBSD: auth_subr.c,v 1.22 2003/01/04 22:36:09 deraadt Exp $ */
/*-
* Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
@@ -277,7 +277,7 @@ auth_close(auth_session_t *as)
}
/*
- * Request a challange for the session.
+ * Request a challenge for the session.
* The name and style must have already been specified
*/
char *
diff --git a/lib/libm/src/k_rem_pio2.c b/lib/libm/src/k_rem_pio2.c
index 2684e9adbeb..ad651919258 100644
--- a/lib/libm/src/k_rem_pio2.c
+++ b/lib/libm/src/k_rem_pio2.c
@@ -45,7 +45,7 @@ static char rcsid[] = "$NetBSD: k_rem_pio2.c,v 1.7 1995/05/10 20:46:25 jtc Exp $
* z = (z-x[i])*2**24
*
*
- * y[] ouput result in an array of double precision numbers.
+ * y[] output result in an array of double precision numbers.
* The dimension of y[] is:
* 24-bit precision 1
* 53-bit precision 2
diff --git a/lib/libssl/src/crypto/evp/bio_ok.c b/lib/libssl/src/crypto/evp/bio_ok.c
index 3cbc6e78481..d2be03be82b 100644
--- a/lib/libssl/src/crypto/evp/bio_ok.c
+++ b/lib/libssl/src/crypto/evp/bio_ok.c
@@ -102,7 +102,7 @@
*) digest is initialized with random seed instead of
standardized one.
- *) same seed is written to ouput
+ *) same seed is written to output
*) well-known text is then hashed and the output
of the digest is also written to output.