diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s index de59a9bb3c6..691e73f6f52 100644 --- a/sys/arch/sparc64/sparc64/locore.s +++ b/sys/arch/sparc64/sparc64/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.188 2020/05/17 13:48:31 deraadt Exp $ */ +/* $OpenBSD: locore.s,v 1.189 2020/05/18 08:26:28 claudio Exp $ */ /* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */ /* @@ -1953,7 +1953,7 @@ winfixfill: * make the handler issue a `saved' instruction immediately * after creating the trapframe. * - * The fillowing is duplicated from datafault: + * The following is duplicated from datafault: */ wrpr %g0, PSTATE_KERN|PSTATE_AG, %pstate ! We need to save volatile stuff to AG regs #ifdef DEBUG |