git: 577a721d05aa - main - xdr(3): Fix a few typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 07:44:04 UTC
The branch main has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=577a721d05aa20f38a615ad1cd5089a51c8571c1

commit 577a721d05aa20f38a615ad1cd5089a51c8571c1
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-23 07:43:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-23 07:43:41 +0000

    xdr(3): Fix a few typos in source code comments
    
    - s/reoutines/routines/
    - s/paraemters/parameters/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 lib/libc/xdr/xdr_rec.c | 4 ++--
 1 file 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.
  */