]> Zhao Yanbai Git Server - minix.git/commitdiff
libmthread: fix typo in comments
authorThomas Veerman <thomas@minix3.org>
Mon, 13 Feb 2012 13:42:28 +0000 (13:42 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 13 Feb 2012 13:50:32 +0000 (13:50 +0000)
lib/libmthread/allocate.c

index 7d8ceff9baa6a7b5c4a5cd9a3e2f378326965614..67b8fcd879abee8986d4e58e2dbe764b3197c327 100644 (file)
@@ -418,14 +418,14 @@ void *arg;
 
        /* The stack will be used from (stackaddr+stacksize) to stackaddr. That
         * is, growing downwards. So the "top" of the stack may not grow into
-        * stackaddr+TH_GUARDSIZE.
+        * stackaddr+MTHREAD_GUARDSIZE.
         *
         * +-------+ stackaddr + stacksize
         * |       |
         * |   |   |
         * |  \|/  |
         * |       |
-        * +-------+ stackaddr + TH_GUARDSIZE
+        * +-------+ stackaddr + MTHREAD_GUARDSIZE
         * | GUARD |
         * +-------+ stackaddr
         */