diff mbox

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

Message ID 20131125013601.GA30910@leaf
State New
Headers show

Commit Message

Josh Triplett Nov. 25, 2013, 1:36 a.m. UTC
---
ChangeLog entry:

2013-11-24  Josh Triplett  <josh@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 mbox

Patch

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 *);