summaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2010-05-01 08:14:27 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2010-05-01 08:14:27 +0000
commitbf821301910a2de34fce3e2dee6b8f880760f694 (patch)
tree176e7a9af43ced111a68c168ce300add2728649c /include/rpc
parent4f573ec7108601df8584b1ab784248f20ce4c21d (diff)
incomming -> incoming
The ones found in gnu/ left out by intention. ok jmc
Diffstat (limited to 'include/rpc')
-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 e65186070b9..8af40d46196 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: svc.h,v 1.10 2007/11/24 12:59:28 jmc Exp $ */
+/* $OpenBSD: svc.h,v 1.11 2010/05/01 08:14:26 mk Exp $ */
/* $NetBSD: svc.h,v 1.9 1995/04/29 05:28:01 cgd Exp $ */
/*
@@ -79,7 +79,7 @@ typedef struct __rpc_svcxprt {
int xp_sock;
unsigned short xp_port; /* associated port number */
struct xp_ops {
- /* receive incomming requests */
+ /* receive incoming requests */
bool_t (*xp_recv)(struct __rpc_svcxprt *,
struct rpc_msg *);
/* get transport status */