summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2025-05-27 11:07:43 +0100
committerJonathan Wakely <jwakely@redhat.com>2025-05-27 11:34:14 +0100
commita2d2c62072bb08f9f985a026562d7e81a4abeb60 (patch)
tree1cbe1716dfdbcbd7091105a39751d7ac49abb897 /include
parent03da41d47dc73674307e6ffc5b75e9043febc698 (diff)
Fix comment typo in libc-symbols.h
Reviewed-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'include')
-rw-r--r--include/libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index 91f64fd0a4..b407fa8f7d 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#\""