diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-04-15 14:46:34 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-04-15 14:46:34 +0000 |
commit | 7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe (patch) | |
tree | 5797a66bcb16ef96374728d29c0dca3daa23efa6 /gcc/tree-ssa-structalias.c | |
parent | a57a55dec3932d7d7ea08886300dc23fd2db4058 (diff) | |
download | gcc-7fa7289d9a4495d59cc2e6ca98bdd5263d70bafe.tar.gz |
i386.c, [...]: Fix comment typos.
* config/i386/i386.c, config/s390/s390.c, config/s390/s390.md,
tree-ssa-loop-niter.c, tree-ssa-structalias.c, tree-vrp.c: Fix
comment typos.
From-SVN: r123847
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r-- | gcc/tree-ssa-structalias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c index 865770ad8a8..6fda265797e 100644 --- a/gcc/tree-ssa-structalias.c +++ b/gcc/tree-ssa-structalias.c @@ -3226,7 +3226,7 @@ update_alias_info (tree stmt, struct alias_info *ai) combination of direct symbol references and pointer dereferences (e.g., MEMORY_VAR = *PTR) or if a call site has memory symbols in its argument list, but these cases do not - occur so frequently as to constitue a serious problem. */ + occur so frequently as to constitute a serious problem. */ if (STORED_SYMS (stmt)) EXECUTE_IF_SET_IN_BITMAP (STORED_SYMS (stmt), 0, i, bi) { |