The apostrophe was there to signal that the s was coming
authorDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 12 Oct 2004 18:31:42 +0000 (18:31 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Tue, 12 Oct 2004 18:31:42 +0000 (18:31 +0000)
From-SVN: r88946

gcc/tree-ssa.c

index f910c387b255280ff991138d3d8981df2d202a86..affa30474200814941964a8b92cd31836042e5d8 100644 (file)
@@ -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.  */