diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 00:44:31 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-03 00:44:31 +0000 |
commit | b80ce41de3892f760a99d1300e26aff4b900d569 (patch) | |
tree | 07b00e26c6f03b532f778439587f40d66026b9c3 /sys/arch | |
parent | a43527379946ab007cc65904f84e8bcedb516f6a (diff) |
happend -> happened
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/i386/locore.s | 6 |
1 files 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) |