diff options
author | pfg <pfg@FreeBSD.org> | 2016-05-06 01:49:46 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2016-05-06 01:49:46 +0000 |
commit | 68fbe09129d96f8e34b094c984d94f154d42b9b5 (patch) | |
tree | 219e9d7ab14b57c36d8a674dc8aefa0dac72eb9b /sys/rpc/svc.c | |
parent | cd441cb611883539e14becffc6ba847cf6b24f7a (diff) | |
download | FreeBSD-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.c | 2 |
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) |