libmthread: fix typo in comments
This commit is contained in:
parent
accaae9b2c
commit
bba63ef665
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue