From 6efc0dc140f4ecaf3d387c1fed50545f6d93d8b8 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 22 Feb 2001 16:49:36 +0000 Subject: [PATCH] Catch comments up to child_return() -> fork_return() as well. --- sys/ia64/ia64/vm_machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index 81990a6585ce..6341f70e38cb 100644 --- a/sys/ia64/ia64/vm_machdep.c +++ b/sys/ia64/ia64/vm_machdep.c @@ -251,12 +251,12 @@ cpu_fork(p1, p2, flags) up->u_pcb.pcb_pfs = 0; /* - * Arrange for continuation at child_return(), which + * Arrange for continuation at fork_return(), which * will return to exception_restore(). Note that the * child process doesn't stay in the kernel for long! * * We should really deal with the function descriptor - * for child_return in switch_trampoline so that a + * for fork_return() in switch_trampoline() so that a * kthread started from a loaded module can have the * right value for gp. */