diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-07-28 16:30:00 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-07-28 16:30:00 +0000 |
commit | 206048bd415aa4a985b6a2929b91bb86962f468f (patch) | |
tree | 2ed1920be939f29875e5f270976036d79e5714a2 /gcc/tree-flow-inline.h | |
parent | c98718390719e6c7e7ded4b6c74abb72cab47022 (diff) | |
download | gcc-206048bd415aa4a985b6a2929b91bb86962f468f.zip gcc-206048bd415aa4a985b6a2929b91bb86962f468f.tar.gz gcc-206048bd415aa4a985b6a2929b91bb86962f468f.tar.bz2 |
builtins.c: Fix comment typo(s).
* builtins.c: Fix comment typo(s).
* genautomata.c: Likewise.
* gimplify.c: Likewise.
* tree-dfa.c: Likewise.
* tree-flow-inline.h: Likewise.
* tree-into-ssa.c: Likewise.
* tree-ssa-alias.c: Likewise.
* tree-ssa-ccp.c: Likewise.
* tree-ssa-copy.c: Likewise.
* tree-ssa-dce.c: Likewise.
* tree-ssa-dom.c: Likewise.
* tree-ssa-operands.c: Likewise.
* tree-tailcall.c: Likewise.
* tree-vectorizer.c: Likewise.
* tree-vrp.c: Likewise.
* tree.c: Likewise.
From-SVN: r102491
Diffstat (limited to 'gcc/tree-flow-inline.h')
-rw-r--r-- | gcc/tree-flow-inline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h index 7bcfefd..299e1b5 100644 --- a/gcc/tree-flow-inline.h +++ b/gcc/tree-flow-inline.h @@ -56,7 +56,7 @@ end_htab_p (htab_iterator *hti) return false; } -/* Advance the hashtable iterator pointed by HTI to the next element of the +/* Advance the hashtable iterator pointed to by HTI to the next element of the hashtable. */ static inline void * @@ -321,7 +321,7 @@ link_imm_use (ssa_use_operand_t *linknode, tree def) } } -/* Set the value of a use pointed by USE to VAL. */ +/* Set the value of a use pointed to by USE to VAL. */ static inline void set_ssa_use_from_ptr (use_operand_p use, tree val) { |