summaryrefslogtreecommitdiff
path: root/sys/rpc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2021-09-04 10:56:57 +0000
committerGordon Bergling <gbe@FreeBSD.org>2021-09-04 10:56:57 +0000
commit631504fb346800f95fc581c15eb88b01c1b66fcf (patch)
tree27e5105531087e3888165b5be4c51f6258388629 /sys/rpc
parentcb5c07649aa005abb1e847c2cd5f816d762efb93 (diff)
Diffstat (limited to 'sys/rpc')
-rw-r--r--sys/rpc/svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/rpc/svc.h b/sys/rpc/svc.h
index d92fa6953891..9a6efdef78a9 100644
--- a/sys/rpc/svc.h
+++ b/sys/rpc/svc.h
@@ -669,7 +669,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).