From 84ad095a1c8ea2ab3b70872f4e100e782371e88b Mon Sep 17 00:00:00 2001 From: alc Date: Sat, 30 Mar 2002 20:58:08 +0000 Subject: Correct a comment: sendsig() calls the MI vm_map_growstack() but the corresponding comment refers to a MD grow_stack() that doesn't exist. --- sys/sparc64/sparc64/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index 2beb62d..9f1615f 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -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. */ -- cgit v1.1