diff options
author | 2020-11-03 02:45:20 +0000 | |
---|---|---|
committer | 2020-11-03 02:45:20 +0000 | |
commit | be305904fda3161ec0bab2dd8354dd0f514ef08a (patch) | |
tree | 92ddeb550e572adcaf53592ec168221f448be8f6 | |
parent | acme response challenge location to issue better error code (diff) | |
download | wireguard-openbsd-be305904fda3161ec0bab2dd8354dd0f514ef08a.tar.xz wireguard-openbsd-be305904fda3161ec0bab2dd8354dd0f514ef08a.zip |
Correct comment typo in previous
-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. */ |