libmthread: fix typo in comments

This commit is contained in:
Thomas Veerman 2012-02-13 13:42:28 +00:00
parent accaae9b2c
commit bba63ef665

View 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
*/