From: Bart Van Assche Date: Sat, 29 Mar 2008 09:25:11 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: svn/VALGRIND_3_4_0~790 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d42280fc1508b9fbcf888595a6dcb0b4c76b776;p=thirdparty%2Fvalgrind.git Fixed a comment. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7798 --- diff --git a/coregrind/pub_core_threadstate.h b/coregrind/pub_core_threadstate.h index a7c7b011b6..4c6cbfeab0 100644 --- a/coregrind/pub_core_threadstate.h +++ b/coregrind/pub_core_threadstate.h @@ -194,8 +194,7 @@ typedef struct { 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