summaryrefslogtreecommitdiffstats
path: root/gcc/tree-ssa-structalias.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-29 04:46:24 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-29 04:46:24 +0000
commit26ac986ec95a37e2f8f6f8dff75e77179cf4e590 (patch)
tree1a9bc3b909bdeaf4d1ed15c0590738c11c0d3e2e /gcc/tree-ssa-structalias.c
parent34711d8e378f922fd4d301c199e36735e0c1baa4 (diff)
downloadppe42-gcc-26ac986ec95a37e2f8f6f8dff75e77179cf4e590.tar.gz
ppe42-gcc-26ac986ec95a37e2f8f6f8dff75e77179cf4e590.zip
* config/darwin.c, config/darwin.opt, config/ia64/itanium1.md,
config/ia64/itanium2.md, real.c, tree-ssa-structalias.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index d47a79dc67f..c7ee8aabaec 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -2421,7 +2421,7 @@ get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results)
t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize);
- /* String constants's are readonly, so there is nothing to really do
+ /* String constants are readonly, so there is nothing to really do
here. */
if (TREE_CODE (t) == STRING_CST)
return;
OpenPOWER on IntegriCloud