From: Daniel Berlin Date: Tue, 12 Oct 2004 18:31:42 +0000 (+0000) Subject: The apostrophe was there to signal that the s was coming X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d4818fd4dfa6fec3d7603ef2b7e13dd8d661680;p=gcc.git The apostrophe was there to signal that the s was coming From-SVN: r88946 --- 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. */