summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_raw.c
diff options
context:
space:
mode:
authoradam <adam@FreeBSD.org>1995-10-27 16:56:53 +0000
committeradam <adam@FreeBSD.org>1995-10-27 16:56:53 +0000
commit2121a940c8edf8a7370177ff97b3e5636081c89b (patch)
treee07624ef2af4c8a3708bc1e301b98b4b9e390b2c /lib/libc/rpc/clnt_raw.c
parent5bca48107ea8ea02e0f118410ab9dbbed629f50a (diff)
downloadFreeBSD-src-2121a940c8edf8a7370177ff97b3e5636081c89b.zip
FreeBSD-src-2121a940c8edf8a7370177ff97b3e5636081c89b.tar.gz
misc typos
Diffstat (limited to 'lib/libc/rpc/clnt_raw.c')
-rw-r--r--lib/libc/rpc/clnt_raw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/clnt_raw.c b/lib/libc/rpc/clnt_raw.c
index c3a17a4..b52e658 100644
--- a/lib/libc/rpc/clnt_raw.c
+++ b/lib/libc/rpc/clnt_raw.c
@@ -30,7 +30,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";*/
/*static char *sccsid = "from: @(#)clnt_raw.c 2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$Id: clnt_raw.c,v 1.2 1995/05/30 05:41:16 rgrimes Exp $";
+static char *rcsid = "$Id: clnt_raw.c,v 1.3 1995/10/22 14:51:16 phk Exp $";
#endif
/*
@@ -98,7 +98,7 @@ clntraw_create(prog, vers)
clntraw_private = clp;
}
/*
- * pre-serialize the staic part of the call msg and stash it away
+ * pre-serialize the static part of the call msg and stash it away
*/
call_msg.rm_direction = CALL;
call_msg.rm_call.cb_rpcvers = RPC_MSG_VERSION;
OpenPOWER on IntegriCloud