libmthread: fix typo in comments
This commit is contained in:
parent
accaae9b2c
commit
bba63ef665
@ -418,14 +418,14 @@ void *arg;
|
|||||||
|
|
||||||
/* The stack will be used from (stackaddr+stacksize) to stackaddr. That
|
/* The stack will be used from (stackaddr+stacksize) to stackaddr. That
|
||||||
* is, growing downwards. So the "top" of the stack may not grow into
|
* is, growing downwards. So the "top" of the stack may not grow into
|
||||||
* stackaddr+TH_GUARDSIZE.
|
* stackaddr+MTHREAD_GUARDSIZE.
|
||||||
*
|
*
|
||||||
* +-------+ stackaddr + stacksize
|
* +-------+ stackaddr + stacksize
|
||||||
* | |
|
* | |
|
||||||
* | | |
|
* | | |
|
||||||
* | \|/ |
|
* | \|/ |
|
||||||
* | |
|
* | |
|
||||||
* +-------+ stackaddr + TH_GUARDSIZE
|
* +-------+ stackaddr + MTHREAD_GUARDSIZE
|
||||||
* | GUARD |
|
* | GUARD |
|
||||||
* +-------+ stackaddr
|
* +-------+ stackaddr
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user