diff options
author | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-17 02:37:22 +0000 |
---|---|---|
committer | Jolan Luff <jolan@cvs.openbsd.org> | 2005-02-17 02:37:22 +0000 |
commit | ca2c8671c67b6ee084942c993cc47cfaa57a0a00 (patch) | |
tree | d82a665595416fd1c0e2814ffb20842c836405cb /lib/libc | |
parent | 9334d01fc01011c79af43e7b466de9c83bae3540 (diff) |
alyte spelling-in-comment fixes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/rpc/svc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/svc.c b/lib/libc/rpc/svc.c index e973f4706ce..fc8ded6a7f4 100644 --- a/lib/libc/rpc/svc.c +++ b/lib/libc/rpc/svc.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: svc.c,v 1.17 2005/01/08 19:17:39 krw Exp $"; +static char *rcsid = "$OpenBSD: svc.c,v 1.18 2005/02/17 02:37:21 jolan Exp $"; #endif /* LIBC_SCCS and not lint */ /* @@ -59,7 +59,7 @@ static int xportssize; * The services list * Each entry represents a set of procedures (an rpc program). * The dispatch routine takes request structs and runs the - * apropriate procedure. + * appropriate procedure. */ static struct svc_callout { struct svc_callout *sc_next; |