summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_tcp.c
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-10-27 16:56:53 +0000
committerAdam David <adam@FreeBSD.org>1995-10-27 16:56:53 +0000
commit5f0d67bea7254a25f69230a2dfddaf36b7184337 (patch)
treee07624ef2af4c8a3708bc1e301b98b4b9e390b2c /lib/libc/rpc/clnt_tcp.c
parent513822dddc615ac0c8cb3a67f45b7042bb6379d3 (diff)
Notes
Diffstat (limited to 'lib/libc/rpc/clnt_tcp.c')
-rw-r--r--lib/libc/rpc/clnt_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/clnt_tcp.c b/lib/libc/rpc/clnt_tcp.c
index 2bcc57d511b1..7aef2cbe290a 100644
--- a/lib/libc/rpc/clnt_tcp.c
+++ b/lib/libc/rpc/clnt_tcp.c
@@ -30,7 +30,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";*/
/*static char *sccsid = "from: @(#)clnt_tcp.c 2.2 88/08/01 4.0 RPCSRC";*/
-static char *rcsid = "$Id: clnt_tcp.c,v 1.2 1995/05/30 05:41:18 rgrimes Exp $";
+static char *rcsid = "$Id: clnt_tcp.c,v 1.3 1995/10/22 14:51:19 phk Exp $";
#endif
/*
@@ -191,7 +191,7 @@ clnttcp_create(raddr, prog, vers, sockp, sendsz, recvsz)
call_msg.rm_call.cb_vers = vers;
/*
- * 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
*/
xdrmem_create(&(ct->ct_xdrs), ct->ct_mcall, MCALL_MSG_SIZE,
XDR_ENCODE);