|
From: <sv...@va...> - 2008-09-14 16:04:51
|
Author: sewardj
Date: 2008-09-14 17:05:01 +0100 (Sun, 14 Sep 2008)
New Revision: 8618
Log:
Fix spelling in comment.
Modified:
branches/PTRCHECK/exp-ptrcheck/sg_main.c
Modified: branches/PTRCHECK/exp-ptrcheck/sg_main.c
===================================================================
--- branches/PTRCHECK/exp-ptrcheck/sg_main.c 2008-09-14 16:04:45 UTC (rev 8617)
+++ branches/PTRCHECK/exp-ptrcheck/sg_main.c 2008-09-14 16:05:01 UTC (rev 8618)
@@ -703,8 +703,9 @@
However, such trickery is scuppered by the fact that we
truncate all variable names to 15 characters to make
storage management simpler, hence giving pairs like
- "__EI___pthread_[TRUCATED]" vs "__pthread_keys". So it's
- simplest just to skip the name comparison completely. */
+ "__EI___pthread_" (truncated) vs "__pthread_keys". So
+ it's simplest just to skip the name comparison
+ completely. */
&& 0 == VG_(strcmp)(nd->descr->soname, nyu->descr->soname)) {
/* exact duplicate; ignore it */
sg_free(nyu);
|