diff options
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 7b9f6d5b2d4..0dea54de3fb 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -343,7 +343,7 @@ get_named_section_flags (section) /* Returns true if the section has been declared before. Sets internal flag on this section in in_named_hash so subsequent calls on this - section will return false. */ + section will return false. */ bool named_section_first_declaration (name) |