mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
s/kernal/kernel
This commit is contained in:
parent
74e07b9e48
commit
5814ff294d
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue