summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_raw.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2001-10-19 07:52:11 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2001-10-19 07:52:11 +0000
commit5814ff294de3e7540ce8cb2ec527cd003aecc4f8 (patch)
tree84027d49c277ed55177c21a024b8eda535c6f3e7 /lib/libc/rpc/svc_raw.c
parent74e07b9e48517b43c3488a605f62b91063d58553 (diff)
Notes
Diffstat (limited to 'lib/libc/rpc/svc_raw.c')
-rw-r--r--lib/libc/rpc/svc_raw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/svc_raw.c b/lib/libc/rpc/svc_raw.c
index 63017c2a313e..b1e143ac7773 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.
*
*/