summaryrefslogtreecommitdiffstats
path: root/sys/rpc/svc.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-06 01:49:46 +0000
committerpfg <pfg@FreeBSD.org>2016-05-06 01:49:46 +0000
commit68fbe09129d96f8e34b094c984d94f154d42b9b5 (patch)
tree219e9d7ab14b57c36d8a674dc8aefa0dac72eb9b /sys/rpc/svc.c
parentcd441cb611883539e14becffc6ba847cf6b24f7a (diff)
downloadFreeBSD-src-68fbe09129d96f8e34b094c984d94f154d42b9b5.zip
FreeBSD-src-68fbe09129d96f8e34b094c984d94f154d42b9b5.tar.gz
sys/rpc: minor spelling fixes.
No functional change.
Diffstat (limited to 'sys/rpc/svc.c')
-rw-r--r--sys/rpc/svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/svc.c b/sys/rpc/svc.c
index b436c18..50ab93a 100644
--- a/sys/rpc/svc.c
+++ b/sys/rpc/svc.c
@@ -440,7 +440,7 @@ xprt_inactive(SVCXPRT *xprt)
/*
* Variant of xprt_inactive() for use only when sure that port is
- * assigned to thread. For example, withing receive handlers.
+ * assigned to thread. For example, within receive handlers.
*/
void
xprt_inactive_self(SVCXPRT *xprt)
OpenPOWER on IntegriCloud