summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-05-28 21:14:56 +0000
committerandvar <andvar@NetBSD.org>2022-05-28 21:14:56 +0000
commitbce879b8ba32cfb3a0f69165bc5858ba6d6db387 (patch)
tree6627d321c09bbcc1c22023107c31952782074607 /include
parent0e6abd5684aa7211ace40577a9ddcbc0ebe1e3f5 (diff)
fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.
Diffstat (limited to 'include')
-rw-r--r--include/rpc/svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h
index 7a6f70bacdb..48366ed4ca8 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,4 +1,4 @@
-/* $NetBSD: svc.h,v 1.32 2016/01/23 02:36:57 dholland Exp $ */
+/* $NetBSD: svc.h,v 1.33 2022/05/28 21:14:56 andvar Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -89,7 +89,7 @@ typedef struct __rpc_svcxprt {
int xp_fd;
unsigned short xp_port; /* associated port number */
const struct xp_ops {
- /* receive incomming requests */
+ /* receive incoming requests */
bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
/* get transport status */
enum xprt_stat (*xp_stat)(struct __rpc_svcxprt *);