public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc: Fix typo in xdr_string comment
@ 2021-02-03  5:45 Paul Zimmermann
  2021-02-03  9:33 ` Florian Weimer
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Zimmermann @ 2021-02-03  5:45 UTC (permalink / raw)
  To: libc-alpha

---
 sunrpc/xdr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c
index b5fb7455e2..a76094d6da 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.
-- 
2.30.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sunrpc: Fix typo in xdr_string comment
  2021-02-03  5:45 [PATCH] sunrpc: Fix typo in xdr_string comment Paul Zimmermann
@ 2021-02-03  9:33 ` Florian Weimer
  2021-02-07 10:32   ` Florian Weimer
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Weimer @ 2021-02-03  9:33 UTC (permalink / raw)
  To: Paul Zimmermann; +Cc: libc-alpha

* Paul Zimmermann:

> ---
>  sunrpc/xdr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c
> index b5fb7455e2..a76094d6da 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.

This is okay, thanks.

Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sunrpc: Fix typo in xdr_string comment
  2021-02-03  9:33 ` Florian Weimer
@ 2021-02-07 10:32   ` Florian Weimer
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Weimer @ 2021-02-07 10:32 UTC (permalink / raw)
  To: Florian Weimer via Libc-alpha

* Florian Weimer via Libc-alpha:

> * Paul Zimmermann:
>
>> ---
>>  sunrpc/xdr.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/sunrpc/xdr.c b/sunrpc/xdr.c
>> index b5fb7455e2..a76094d6da 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.
>
> This is okay, thanks.

Paul, if you want to push your changes yourself, please apply for glibc
commit access here:

  <https://sourceware.org/cgi-bin/pdw/ps_form.cgi>

You can list me as the approver (assuming that this will work).

Afterwards, please add yourself to MAINTAINERS on the wiki:

  <https://sourceware.org/glibc/wiki/MAINTAINERS>

(I assume you have copyright paperwork on file with the FSF.)

Thanks,
Florian
-- 
Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn,
Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-07 10:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  5:45 [PATCH] sunrpc: Fix typo in xdr_string comment Paul Zimmermann
2021-02-03  9:33 ` Florian Weimer
2021-02-07 10:32   ` Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).