diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2015-07-13 04:46:34 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2015-07-13 04:46:34 +0000 |
commit | 026c3cfd5e92e7f358290921984b57e1b433e658 (patch) | |
tree | b334918063791e89f97a111eb02e3d0c9f8a766e /gcc/tree.c | |
parent | 7e8ce0f35920ca44b790a742ab1e5058034c7fc2 (diff) | |
download | gcc-026c3cfd5e92e7f358290921984b57e1b433e658.zip gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.gz gcc-026c3cfd5e92e7f358290921984b57e1b433e658.tar.bz2 |
Fix double word typos.
From-SVN: r225726
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -692,8 +692,8 @@ decl_section_name (const_tree node) return snode->get_section (); } -/* Set section section name of NODE to VALUE (that is expected to - be identifier node) */ +/* Set section name of NODE to VALUE (that is expected to be + identifier node) */ void set_decl_section_name (tree node, const char *value) { @@ -1330,7 +1330,7 @@ force_fit_type (tree type, const wide_int_ref &cst, /* These are the hash table functions for the hash table of INTEGER_CST nodes of a sizetype. */ -/* Return the hash code code X, an INTEGER_CST. */ +/* Return the hash code X, an INTEGER_CST. */ hashval_t int_cst_hasher::hash (tree x) @@ -10326,7 +10326,7 @@ build_common_builtin_nodes (void) ftype = build_function_type_list (ptr_type_node, integer_type_node, NULL_TREE); ecf_flags = ECF_PURE | ECF_NOTHROW | ECF_LEAF; - /* Only use TM_PURE if we we have TM language support. */ + /* Only use TM_PURE if we have TM language support. */ if (builtin_decl_explicit_p (BUILT_IN_TM_LOAD_1)) ecf_flags |= ECF_TM_PURE; local_define_builtin ("__builtin_eh_pointer", ftype, BUILT_IN_EH_POINTER, @@ -11723,7 +11723,7 @@ tree_nonartificial_location (tree exp) /* These are the hash table functions for the hash table of OPTIMIZATION_NODEq nodes. */ -/* Return the hash code code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */ +/* Return the hash code X, an OPTIMIZATION_NODE or TARGET_OPTION code. */ hashval_t cl_option_hasher::hash (tree x) |