From af3e811fd35e2c07c8e5110cbb166bcd15564674 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Mar 2002 20:58:08 +0000 Subject: [PATCH] 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 2beb62d722b..9f1615f263d 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. */