diff options
author | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-03 06:45:16 +0100 |
---|---|---|
committer | Paul Zimmermann <Paul.Zimmermann@inria.fr> | 2021-02-08 13:55:03 +0100 |
commit | 7f61f785f16d22f185de77086c44a88218436cfb (patch) | |
tree | 7c86a6f5d1e0559f9faaa685a2583e0ebe5a0ef8 /sunrpc/xdr.c | |
parent | e2c0794d131db03d56db0b9cbbe397d100d6f60d (diff) | |
download | glibc-7f61f785f16d22f185de77086c44a88218436cfb.zip glibc-7f61f785f16d22f185de77086c44a88218436cfb.tar.gz glibc-7f61f785f16d22f185de77086c44a88218436cfb.tar.bz2 |
sunrpc: Fix typo in xdr_string comment
Diffstat (limited to 'sunrpc/xdr.c')
-rw-r--r-- | sunrpc/xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c index b5fb745..a76094d 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. |