|
From: <sv...@va...> - 2008-03-29 09:25:06
|
Author: bart
Date: 2008-03-29 09:25:11 +0000 (Sat, 29 Mar 2008)
New Revision: 7798
Log:
Fixed a comment.
Modified:
trunk/coregrind/pub_core_threadstate.h
Modified: trunk/coregrind/pub_core_threadstate.h
===================================================================
--- trunk/coregrind/pub_core_threadstate.h 2008-03-29 08:34:03 UTC (rev 7797)
+++ trunk/coregrind/pub_core_threadstate.h 2008-03-29 09:25:11 UTC (rev 7798)
@@ -194,8 +194,7 @@
apply. We don't know the size of the stack since we didn't
allocate it, and furthermore we never reallocate it. */
- /* The allocated size of this thread's stack (permanently zero
- if this is ThreadId == 1, since we didn't allocate its stack) */
+ /* The allocated size of this thread's stack */
SizeT client_stack_szB;
/* Address of the highest legitimate word in this stack. This is
|