git: 285f941478d8 - stable/13 - xdr(3): Fix a few typos in source code comments

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Tue, 26 Mar 2024 05:56:56 UTC
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=285f941478d83b04fbbc53ee4003705cd41199b3

commit 285f941478d83b04fbbc53ee4003705cd41199b3
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-23 07:43:41 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-26 05:56:48 +0000

    xdr(3): Fix a few typos in source code comments
    
    - s/reoutines/routines/
    - s/paraemters/parameters/
    
    Obtained from:  NetBSD
    
    (cherry picked from commit 577a721d05aa20f38a615ad1cd5089a51c8571c1)
---
 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 cd99eecf6108..ddad84ff86d6 100644
--- a/lib/libc/xdr/xdr_rec.c
+++ b/lib/libc/xdr/xdr_rec.c
@@ -227,7 +227,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.
  */
 
@@ -489,7 +489,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 => immmediate flush to tcp connection.
  */