Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2024 22:37:14 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: bdf5675a4955 - main - libc(xdr_reference.c): fix "referenced" spelling
Message-ID:  <202404122237.43CMbE5j018669@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit bdf5675a4955415efd28b677b7be11cb6c567b20
Author:     rilysh <nightquick@proton.me>
AuthorDate: 2024-04-12 22:32:06 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-12 22:34:53 +0000

    libc(xdr_reference.c): fix "referenced" spelling
    
    From "referneced" to referenced".
    
    Signed-off-by: rilysh <nightquick@proton.me>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1119
---
 lib/libc/xdr/xdr_reference.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/xdr/xdr_reference.c b/lib/libc/xdr/xdr_reference.c
index 8379173ad5ca..e3698a35acd9 100644
--- a/lib/libc/xdr/xdr_reference.c
+++ b/lib/libc/xdr/xdr_reference.c
@@ -56,7 +56,7 @@
  * referenced by a pointer inside the structure that is currently being
  * translated.  pp references a pointer to storage. If *pp is null
  * the  necessary storage is allocated.
- * size is the sizeof the referneced structure.
+ * size is the sizeof the referenced structure.
  * proc is the routine to handle the referenced structure.
  */
 bool_t



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