Correct a comment: sendsig() calls the MI vm_map_growstack() but

the corresponding comment refers to a MD grow_stack() that doesn't exist.
This commit is contained in:
Alan Cox 2002-03-30 20:58:08 +00:00
parent 6ef4be047a
commit af3e811fd3

View file

@ -392,7 +392,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
PROC_UNLOCK(p);
/*
* grow_stack() will return 0 if *sfp does not fit inside the stack
* vm_map_growstack() will fail if *sfp does not fit inside the stack
* and the stack can not be grown.
* useracc() will return FALSE if access is denied.
*/