Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2023 04:01:00 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f7d696685337 - stable/12 - xdr(3): Fix a typo in a source code comment
Message-ID:  <202306200401.35K410px017747@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe:

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

commit f7d6966853375be0efcafd795d5b2a639cf47508
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-06-17 08:49:40 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-06-20 04:00:53 +0000

    xdr(3): Fix a typo in a source code comment
    
    - s/curren/current/
    
    (cherry picked from commit 85604f7008ee7c963bb6dc8417582f9c31bb4ad3)
---
 lib/libc/xdr/xdr_rec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/xdr/xdr_rec.c b/lib/libc/xdr/xdr_rec.c
index 3ecae9a1ab44..30980c378f51 100644
--- a/lib/libc/xdr/xdr_rec.c
+++ b/lib/libc/xdr/xdr_rec.c
@@ -119,7 +119,7 @@ typedef struct rec_strm {
 	char *out_base;	/* output buffer (points to frag header) */
 	char *out_finger;	/* next output position */
 	char *out_boundry;	/* data cannot up to this address */
-	u_int32_t *frag_header;	/* beginning of curren fragment */
+	u_int32_t *frag_header;	/* beginning of current fragment */
 	bool_t frag_sent;	/* true if buffer sent in middle of record */
 	/*
 	 * in-coming bits



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306200401.35K410px017747>