From cfac8e34c1bf89a9feaa77cc4f2e409c3ee998b3 Mon Sep 17 00:00:00 2001 From: guenther Date: Sun, 23 Oct 2022 23:39:41 +0000 Subject: [PATCH] Fix a misleading comment ok miod@ kettenis@ --- sys/arch/sparc64/sparc64/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 3fa44e8b97b..86dd016421f 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.202 2022/10/21 18:55:42 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.203 2022/10/23 23:39:41 guenther Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -279,7 +279,7 @@ setregs(struct proc *p, struct exec_package *pack, vaddr_t stack, /* The cookie needs to guarantee invalid alignment after the XOR. */ switch (p->p_addr->u_pcb.pcb_wcookie % 3) { - case 0: /* Two lsb's already both set except if the cookie is 0. */ + case 0: /* Set two lsbs. */ p->p_addr->u_pcb.pcb_wcookie |= 0x3; break; case 1: /* Set the lsb. */ -- 2.20.1