Browse Source

incomming -> incoming

The ones found in gnu/ left out by intention.
ok jmc
OPENBSD_4_8
mk 14 years ago
parent
commit
2bccb87a49
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/rpc/svc.h

+ 2
- 2
src/include/rpc/svc.h View File

@ -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 */


Loading…
Cancel
Save