diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:10:15 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-07 16:10:15 +0000 |
| commit | 2f98c0ba01abebf665bebcdae288e1627c4bae81 (patch) | |
| tree | 90d2354ddde62abe3cca3c90c27749b102bdf799 /include/rpc | |
| parent | 1acf0dba17d74c59fc87d450664df950ff127795 (diff) | |
Notes
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 8466ef8b22af..d73625e9303d 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). |
