diff options
author | Daniel Berlin <dberlin@gcc.gnu.org> | 2004-10-12 18:31:42 +0000 |
---|---|---|
committer | Daniel Berlin <dberlin@gcc.gnu.org> | 2004-10-12 18:31:42 +0000 |
commit | 3d4818fd4dfa6fec3d7603ef2b7e13dd8d661680 (patch) | |
tree | 0725bee5a2e9b83f1aa305fce82b53acc22403d7 /gcc | |
parent | 7dcdacadb24784516b9334ba3755082ba205eaeb (diff) | |
download | gcc-3d4818fd4dfa6fec3d7603ef2b7e13dd8d661680.zip gcc-3d4818fd4dfa6fec3d7603ef2b7e13dd8d661680.tar.gz gcc-3d4818fd4dfa6fec3d7603ef2b7e13dd8d661680.tar.bz2 |
The apostrophe was there to signal that the s was coming
From-SVN: r88946
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index f910c38..affa304 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. */ |