]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sunrpc: Fix typo in xdr_string comment
authorPaul Zimmermann <Paul.Zimmermann@inria.fr>
Wed, 3 Feb 2021 05:45:16 +0000 (06:45 +0100)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Mon, 8 Feb 2021 12:55:03 +0000 (13:55 +0100)
sunrpc/xdr.c

index b5fb7455e2822cec344ebdc50a0f44667fbae615..a76094d6dab550e116eed407f679c17bf9992e74 100644 (file)
@@ -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.