From bdf5675a4955415efd28b677b7be11cb6c567b20 Mon Sep 17 00:00:00 2001 From: rilysh Date: Fri, 12 Apr 2024 16:32:06 -0600 Subject: [PATCH] libc(xdr_reference.c): fix "referenced" spelling From "referneced" to referenced". Signed-off-by: rilysh 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 8379173ad5c..e3698a35acd 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