summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2002-03-30 20:58:08 +0000
committeralc <alc@FreeBSD.org>2002-03-30 20:58:08 +0000
commit84ad095a1c8ea2ab3b70872f4e100e782371e88b (patch)
tree1dd699d99aac856017980708c7cabfa71ccf10a4 /sys/sparc64
parent34c6c68a2de981cb5fe6ca5f2c8f6ecaa919c252 (diff)
downloadFreeBSD-src-84ad095a1c8ea2ab3b70872f4e100e782371e88b.zip
FreeBSD-src-84ad095a1c8ea2ab3b70872f4e100e782371e88b.tar.gz
Correct a comment: sendsig() calls the MI vm_map_growstack() but
the corresponding comment refers to a MD grow_stack() that doesn't exist.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/machdep.c2
1 files changed, 1 insertions, 1 deletions
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.
*/
OpenPOWER on IntegriCloud