1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

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

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