summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-08-01 19:44:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-08-01 19:44:54 +0000
commitb66b08cddafff848b902877cc7bf54fa723edbd5 (patch)
tree304a7f234f0d8311898d023faa7ccbc5ab6b4f9a /lib
parentf46a5dd81f7668c7a14357d016a0c2eab765fd3f (diff)
kernal->kernel;
from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/rpc/clnt_raw.c4
-rw-r--r--lib/libc/rpc/svc_raw.c4
-rw-r--r--lib/libssl/src/test/times2
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c
index 424bd87081c..2b467104d4e 100644
--- a/lib/libc/rpc/clnt_raw.c
+++ b/lib/libc/rpc/clnt_raw.c
@@ -28,7 +28,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.12 2005/04/01 07:44:03 otto Exp $";
+static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.13 2005/08/01 19:44:53 jmc Exp $";
#endif /* LIBC_SCCS and not lint */
/*
@@ -39,7 +39,7 @@ static char *rcsid = "$OpenBSD: clnt_raw.c,v 1.12 2005/04/01 07:44:03 otto Exp $
* Memory based rpc for simple testing and timing.
* Interface to create an rpc client and server in the same process.
* This lets us similate rpc and get round trip overhead, without
- * any interference from the kernal.
+ * any interference from the kernel.
*/
#include <stdio.h>
diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c
index 1d31212c597..d3f29477a09 100644
--- a/lib/libc/rpc/svc_raw.c
+++ b/lib/libc/rpc/svc_raw.c
@@ -28,14 +28,14 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: svc_raw.c,v 1.7 2005/04/01 07:44:04 otto Exp $";
+static char *rcsid = "$OpenBSD: svc_raw.c,v 1.8 2005/08/01 19:44:53 jmc Exp $";
#endif /* LIBC_SCCS and not lint */
/*
* svc_raw.c, This a toy for simple testing and timing.
* Interface to create an rpc client and server in the same UNIX process.
* This lets us similate rpc and get rpc (round trip) overhead, without
- * any interference from the kernal.
+ * any interference from the kernel.
*
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
diff --git a/lib/libssl/src/test/times b/lib/libssl/src/test/times
index 49aeebf216e..738d569b8f4 100644
--- a/lib/libssl/src/test/times
+++ b/lib/libssl/src/test/times
@@ -68,7 +68,7 @@ eric (adding numbers to speculation)
--- Appendix ---
- The time measured is user time but these number a very rough.
- Remember this is the cost of both client and server sides of the protocol.
-- The TCP/kernal overhead of connection establishment is normally the
+- The TCP/kernel overhead of connection establishment is normally the
killer in SSL. Often delays in the TCP protocol will make session-id
reuse look slower that new sessions, but this would not be the case on
a loaded server.