mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 06:10:06 +00:00
sunrpc: Fix typo in xdr_string comment
This commit is contained in:
parent
e2c0794d13
commit
7f61f785f1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user