diff options
-rw-r--r-- | etc/etc.mvmeppc/MAKEDEV | 4 | ||||
-rw-r--r-- | lib/libc/rpc/clnt_raw.c | 4 | ||||
-rw-r--r-- | lib/libc/rpc/svc_raw.c | 4 | ||||
-rw-r--r-- | lib/libssl/src/test/times | 2 | ||||
-rw-r--r-- | sys/arch/amd64/include/vmparam.h | 4 | ||||
-rw-r--r-- | sys/arch/i386/include/vmparam.h | 4 |
6 files changed, 11 insertions, 11 deletions
diff --git a/etc/etc.mvmeppc/MAKEDEV b/etc/etc.mvmeppc/MAKEDEV index 75783aea759..c2689a00501 100644 --- a/etc/etc.mvmeppc/MAKEDEV +++ b/etc/etc.mvmeppc/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: MAKEDEV,v 1.11 2003/10/11 07:20:46 tedu Exp $ +# $OpenBSD: MAKEDEV,v 1.12 2005/08/01 19:44:53 jmc Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -75,7 +75,7 @@ # bpf* Berkeley Packet Filter # tun* network tunnel driver # lkm loadable kernel modules interface -# *random inkernal random data source +# *random in-kernel random data source # PATH=/sbin:/bin:/usr/bin:/usr/sbin 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. diff --git a/sys/arch/amd64/include/vmparam.h b/sys/arch/amd64/include/vmparam.h index b57d323f5b3..c9ff837b74c 100644 --- a/sys/arch/amd64/include/vmparam.h +++ b/sys/arch/amd64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.3 2005/04/11 15:13:01 deraadt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.4 2005/08/01 19:44:53 jmc Exp $ */ /* $NetBSD: vmparam.h,v 1.1 2003/04/26 18:39:49 fvdl Exp $ */ /*- @@ -52,7 +52,7 @@ * the kernel stack. * * Immediately after the user structure is the page table map, and then - * kernal address space. + * kernel address space. */ #define USRSTACK VM_MAXUSER_ADDRESS diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index d3674657810..a7703cda6a3 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.31 2005/04/11 15:13:01 deraadt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.32 2005/08/01 19:44:53 jmc Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -50,7 +50,7 @@ * kernel stack. * * Immediately after the user structure is the page table map, and then - * kernal address space. + * kernel address space. */ #define USRTEXT PAGE_SIZE #define USRSTACK VM_MAXUSER_ADDRESS |