diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:10:15 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:10:15 +0000 |
commit | c1face14490f3d551ed8779b066827233d256fcf (patch) | |
tree | 90d2354ddde62abe3cca3c90c27749b102bdf799 /include/rpc | |
parent | 8ecda3ab53f0cdd019e147f8831fd080cb96db33 (diff) | |
download | FreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.zip FreeBSD-src-c1face14490f3d551ed8779b066827233d256fcf.tar.gz |
Spelling fixes for include/
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/svc.h b/include/rpc/svc.h index 8466ef8..d73625e 100644 --- a/include/rpc/svc.h +++ b/include/rpc/svc.h @@ -314,7 +314,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). |