From 5814ff294de3e7540ce8cb2ec527cd003aecc4f8 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Fri, 19 Oct 2001 07:52:11 +0000 Subject: [PATCH] s/kernal/kernel --- lib/libc/rpc/clnt_raw.c | 2 +- lib/libc/rpc/svc_raw.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c index a847a803209..5dc39b1200c 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 63017c2a313..b1e143ac777 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. * */