From: Paul Zimmermann Date: Wed, 3 Feb 2021 05:45:16 +0000 (+0100) Subject: sunrpc: Fix typo in xdr_string comment X-Git-Tag: glibc-2.34~971 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f61f785f16d22f185de77086c44a88218436cfb;p=thirdparty%2Fglibc.git sunrpc: Fix typo in xdr_string comment --- diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c index b5fb7455e28..a76094d6dab 100644 --- a/sunrpc/xdr.c +++ b/sunrpc/xdr.c @@ -728,7 +728,7 @@ libc_hidden_nolink_sunrpc (xdr_union, GLIBC_2_0) /* * XDR null terminated ASCII strings * xdr_string deals with "C strings" - arrays of bytes that are - * terminated by a NULL character. The parameter cpp references a + * terminated by a NUL character. The parameter cpp references a * pointer to storage; If the pointer is null, then the necessary * storage is allocated. The last parameter is the max allowed length * of the string as specified by a protocol.