Fix comment typo in libc-symbols.h

Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
Jonathan Wakely 2025-05-27 11:07:43 +01:00
parent 03da41d47d
commit a2d2c62072
1 changed files with 1 additions and 1 deletions

View File

@ -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#\""