From 950d978dd16f021359cc2cf026d6a51d7822766c Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 3 Jan 2022 00:44:30 +0000 Subject: [PATCH] happend -> happened --- sys/arch/i386/i386/locore.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/locore.s b/sys/arch/i386/i386/locore.s index c7c04dc8c7b..cf52a793927 100644 --- a/sys/arch/i386/i386/locore.s +++ b/sys/arch/i386/i386/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.193 2021/09/03 16:45:44 jasper Exp $ */ +/* $OpenBSD: locore.s,v 1.194 2022/01/03 00:44:30 jsg Exp $ */ /* $NetBSD: locore.s,v 1.145 1996/05/03 19:41:19 christos Exp $ */ /*- @@ -1060,7 +1060,7 @@ IDTVEC(nmi) /* * we can now proceed and save everything on the stack as - * if no task switch had happend. + * if no task switch had happened. */ jmp alltraps IDTVEC(bpt) @@ -1156,7 +1156,7 @@ IDTVEC(prot) /* * we have an iretframe on kernel stack, above it the * remainder of the original iretframe iret faulted on. - * for INTRENTRY(prot) it looks like the fault happend + * for INTRENTRY(prot) it looks like the fault happened * on the kernel stack */ 97: INTRENTRY(prot) -- 2.20.1