]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comment typo in libc-symbols.h
authorJonathan Wakely <jwakely@redhat.com>
Tue, 27 May 2025 10:07:43 +0000 (11:07 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 27 May 2025 10:34:14 +0000 (11:34 +0100)
Reviewed-by: Sam James <sam@gentoo.org>
include/libc-symbols.h

index 91f64fd0a4d6d9fab68374001b7f81317dbbfa1a..b407fa8f7d08e76d66730e4f8f9e6db2bc326faf 100644 (file)
 #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#\""