]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed a comment.
authorBart Van Assche <bvanassche@acm.org>
Sat, 29 Mar 2008 09:25:11 +0000 (09:25 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 29 Mar 2008 09:25:11 +0000 (09:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7798

coregrind/pub_core_threadstate.h

index a7c7b011b6f3302e5a7e9997d448d2402c0a6680..4c6cbfeab095af5cc8929c468016de38bc958080 100644 (file)
@@ -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