---
ChangeLog entry:

2013-11-24  Josh Triplett  <j...@joshtriplett.org>

        * output.h (get_named_text_section): Fix typo in comment:
          s/SECITON/SECTION/


 gcc/output.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/output.h b/gcc/output.h
index 7b26256..3a86e1b 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -259,7 +259,7 @@ extern bool default_assemble_integer (rtx, unsigned int, 
int);
    be outputable. */
 extern bool assemble_integer (rtx, unsigned, unsigned, int);
 
-/* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
+/* Return section for TEXT_SECTION_NAME if DECL or DECL_SECTION_NAME (DECL)
    is NULL.  */
 extern section *get_named_text_section (tree, const char *, const char *);
 
-- 
1.8.4.4

Reply via email to