summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-12 18:31:42 +0000
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-12 18:31:42 +0000
commit27bfe4941e3c5a748285d86747bd1cf891cac299 (patch)
tree0725bee5a2e9b83f1aa305fce82b53acc22403d7
parent61cd502ab6ec3a4788816c59bb3d3af2a5c68149 (diff)
downloadgcc-27bfe4941e3c5a748285d86747bd1cf891cac299.tar.gz
The apostrophe was there to signal that the s was coming
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88946 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/tree-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c
index f910c387b25..affa3047420 100644
--- a/gcc/tree-ssa.c
+++ b/gcc/tree-ssa.c
@@ -477,7 +477,7 @@ DEF_VEC_MALLOC_P (bitmap);
/* Verify that all name tags have different points to sets.
This algorithm takes advantage of the fact that every variable with the
same name tag must have the same points-to set.
- So we check a single variable for each name tag, and verify that it's
+ So we check a single variable for each name tag, and verify that its
points-to set is different from every other points-to set for other name
tags. */