summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-10-19 07:52:11 +0000
committeralfred <alfred@FreeBSD.org>2001-10-19 07:52:11 +0000
commit1b131bca2f74efdc3627f5ad1fce812c67b57975 (patch)
tree84027d49c277ed55177c21a024b8eda535c6f3e7 /lib/libc/rpc
parent2d4b0d066d5e32c2701543e212e460819076cf93 (diff)
downloadFreeBSD-src-1b131bca2f74efdc3627f5ad1fce812c67b57975.zip
FreeBSD-src-1b131bca2f74efdc3627f5ad1fce812c67b57975.tar.gz
s/kernal/kernel
Diffstat (limited to 'lib/libc/rpc')
-rw-r--r--lib/libc/rpc/clnt_raw.c2
-rw-r--r--lib/libc/rpc/svc_raw.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c
index a847a80..5dc39b1 100644
--- a/lib/libc/rpc/clnt_raw.c
+++ b/lib/libc/rpc/clnt_raw.c
@@ -44,7 +44,7 @@ static char *rcsid = "$FreeBSD$";
* 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 "namespace.h"
diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c
index 63017c2..b1e143a 100644
--- a/lib/libc/rpc/svc_raw.c
+++ b/lib/libc/rpc/svc_raw.c
@@ -45,7 +45,7 @@ static char *rcsid = "$FreeBSD$";
* 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.
*
*/
OpenPOWER on IntegriCloud