summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-06-19 13:42:07 +0000
committerwiz <wiz@NetBSD.org>2001-06-19 13:42:07 +0000
commit3f9984fc90e813844e16f5bfbd6d419b847da028 (patch)
tree88f5080fcdee1e9508b8bd8920309aa6437c4b63 /include
parent342de5ede2f1bb02fd69cb2c8b8f189d5d72a7e3 (diff)
`existent', not `existant'
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 99a568b7ff8..4d6d9332da0 100644
--- a/include/rpc/svc.h
+++ b/include/rpc/svc.h
@@ -1,4 +1,4 @@
-/* $NetBSD: svc.h,v 1.17 2000/06/02 22:57:56 fvdl Exp $ */
+/* $NetBSD: svc.h,v 1.18 2001/06/19 13:42:09 wiz Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -278,7 +278,7 @@ __END_DECLS
* Somebody has to wait for incoming requests and then call the correct
* service routine. The routine svc_run does infinite waiting; i.e.,
* svc_run never returns.
- * Since another (co-existant) package may wish to selectively wait for
+ * Since another (co-existent) package may wish to selectively wait for
* incoming calls or other events outside of the rpc architecture, the
* routine svc_getreq is provided. It must be passed readfds, the
* "in-place" results of a select system call (see select, section 2).