aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-03-23 07:43:41 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-03-23 07:43:41 +0000
commit577a721d05aa20f38a615ad1cd5089a51c8571c1 (patch)
tree463bac08c51a1178e8daf46a81ed0a55edc152b7 /lib/libc
parenta200093c216346bdafce5866fad3db4bccc1f802 (diff)
downloadsrc-577a721d05aa20f38a615ad1cd5089a51c8571c1.tar.gz
src-577a721d05aa20f38a615ad1cd5089a51c8571c1.zip
xdr(3): Fix a few typos in source code comments
- s/reoutines/routines/ - s/paraemters/parameters/ Obtained from: NetBSD MFC after: 3 days
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/xdr/xdr_rec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c
index 66e11318ea41..f1167fdeaa65 100644
--- a/lib/libc/xdr/xdr_rec.c
+++ b/lib/libc/xdr/xdr_rec.c
@@ -222,7 +222,7 @@ xdrrec_create(XDR *xdrs, u_int sendsize, u_int recvsize, void *tcp_handle,
/*
- * The reoutines defined below are the xdr ops which will go into the
+ * The routines defined below are the xdr ops which will go into the
* xdr handle filled in by xdrrec_create.
*/
@@ -484,7 +484,7 @@ 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
+ * The second parameters tells whether the record should be flushed to the
* (output) tcp stream. (This let's the package support batched or
* pipelined procedure calls.) TRUE => immediate flush to tcp connection.
*/