diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2021-09-04 10:56:57 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2021-09-04 10:56:57 +0000 |
| commit | 631504fb346800f95fc581c15eb88b01c1b66fcf (patch) | |
| tree | 27e5105531087e3888165b5be4c51f6258388629 /sys/rpc | |
| parent | cb5c07649aa005abb1e847c2cd5f816d762efb93 (diff) | |
Diffstat (limited to 'sys/rpc')
| -rw-r--r-- | sys/rpc/svc.h | 2 |
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). |
