aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/xdr_rec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/xdr_rec.c')
-rw-r--r--src/lib/rpc/xdr_rec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/rpc/xdr_rec.c b/src/lib/rpc/xdr_rec.c
index 28894f3..1f6a776 100644
--- a/src/lib/rpc/xdr_rec.c
+++ b/src/lib/rpc/xdr_rec.c
@@ -418,7 +418,7 @@ xdrrec_skiprecord(XDR *xdrs)
}
/*
- * Look ahead fuction.
+ * Look ahead function.
* Returns TRUE iff there is no more input in the buffer
* after consuming the rest of the current record.
*/
@@ -442,8 +442,8 @@ xdrrec_eof(XDR *xdrs)
/*
* The client must tell the package when an end-of-record has occurred.
* The second paraemters tells whether the record should be flushed to the
- * (output) tcp stream. (This let's the package support batched or
- * pipelined procedure calls.) TRUE => immmediate flush to tcp connection.
+ * (output) tcp stream. (This lets the package support batched or
+ * pipelined procedure calls.) TRUE => immediate flush to tcp connection.
*/
bool_t
xdrrec_endofrecord(XDR *xdrs, bool_t sendnow)