Commit 3d4818fd by Daniel Berlin

The apostrophe was there to signal that the s was coming

From-SVN: r88946
parent 7dcdacad
...@@ -477,7 +477,7 @@ DEF_VEC_MALLOC_P (bitmap); ...@@ -477,7 +477,7 @@ DEF_VEC_MALLOC_P (bitmap);
/* Verify that all name tags have different points to sets. /* Verify that all name tags have different points to sets.
This algorithm takes advantage of the fact that every variable with the This algorithm takes advantage of the fact that every variable with the
same name tag must have the same points-to set. 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 points-to set is different from every other points-to set for other name
tags. */ tags. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment