aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-06 17:05:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-06 17:05:08 +0000
commitf652d14b64c65ad2ac570babcfa4c7b8791896ee (patch)
tree39414506f542e9bece675cd14c48ee0ca335e750 /gcc/tree.h
parent8270a217758cf89cefd77eeeaa94bcb00931699b (diff)
downloadgcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.zip
gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.gz
gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.bz2
cse.c, [...]: Fix comment typos.
* cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c, tree-ssa-sink.c, tree.h, config/bfin/bfin.c, config/bfin/bfin.h: Fix comment typos. From-SVN: r97730
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 7c61e8f..093f5c3 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -1350,7 +1350,7 @@ struct ptr_info_def;
-/* Immediate use linking structure. THis structure is used for maintaining
+/* Immediate use linking structure. This structure is used for maintaining
a doubly linked list of uses of an SSA_NAME. */
typedef struct ssa_imm_use_d GTY(())
{
@@ -1396,7 +1396,7 @@ struct tree_ssa_name GTY(())
you wish to access the use or def fields of a PHI_NODE in the SSA
optimizers, use the accessor macros found in tree-ssa-operands.h.
These two macros are to be used only by those accessor macros, and other
- select places where we *absolutly* must take the address of the tree. */
+ select places where we *absolutely* must take the address of the tree. */
#define PHI_RESULT_TREE(NODE) PHI_NODE_CHECK (NODE)->phi.result
#define PHI_ARG_DEF_TREE(NODE, I) PHI_NODE_ELT_CHECK (NODE, I).def