From 27bfe4941e3c5a748285d86747bd1cf891cac299 Mon Sep 17 00:00:00 2001 From: dberlin Date: Tue, 12 Oct 2004 18:31:42 +0000 Subject: [PATCH] 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 --- gcc/tree-ssa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.7.4