[PATCH] Fix comment typo in libc-symbols.h
Sam James
sam@gentoo.org
Tue May 27 10:31:00 GMT 2025
Jonathan Wakely <jwakely@redhat.com> writes:
> ---
> include/libc-symbols.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Sam James <sam@gentoo.org>
>
> diff --git a/include/libc-symbols.h b/include/libc-symbols.h
> index 4367aa6740..4c4e7b4e0f 100644
> --- a/include/libc-symbols.h
> +++ b/include/libc-symbols.h
> @@ -208,7 +208,7 @@
> #define __make_section_unallocated(section_string) \
> asm (".section " section_string "\n\t.previous");
>
> -/* Tacking on "\n\t#" to the section name makes gcc put it's bogus
> +/* Tacking on "\n\t#" to the section name makes gcc put its bogus
> section attributes on what looks like a comment to the assembler. */
> #ifdef HAVE_SECTION_QUOTES
> # define __sec_comment "\"\n\t#\""
More information about the Libc-alpha
mailing list