diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2020-11-03 02:45:21 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2020-11-03 02:45:21 +0000 |
commit | 9d80ca963a591d36dfc0ae572f5198b039693473 (patch) | |
tree | 1d33e6daaef4cc132b3d6ae6e59ecead4acf426f /sys/arch/amd64 | |
parent | dff1c5aae25f42565490da0d741854be96e25336 (diff) |
Correct comment typo in previous
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/amd64/vector.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/amd64/vector.S b/sys/arch/amd64/amd64/vector.S index 545b11071a2..c6c50a8c237 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.81 2020/11/02 18:32:08 guenther Exp $ */ +/* $OpenBSD: vector.S,v 1.82 2020/11/03 02:45:20 guenther Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -387,7 +387,7 @@ KUTEXT_PAGE_START * userspace so we skip the SEL_RPL test and go directly to * the swapgs+use-scratch+change-cr3 sequence. Switching to * the kernel page tables (thank you, Intel) will make us - * continue at the "TRAP_ENTRY_KERN" after alltraps below. + * continue at the "TRAP_ENTRY_USER" after alltraps below. * In case the CPU speculates past the mov to cr3, * we put a retpoline-style pause-lfence-jmp-to-pause loop. */ |