s/kernal/kernel

This commit is contained in:
Alfred Perlstein 2001-10-19 07:52:11 +00:00
parent 74e07b9e48
commit 5814ff294d
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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.
*
*/