diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2019-01-01 03:19:38 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2019-01-01 03:19:38 +0000 |
commit | 6589c60f676dadda3baa60101e471f8773f96785 (patch) | |
tree | 55d211f78d1161400c333e50924552b7dd233598 /sys/arch | |
parent | 27814ce0f463d897e281f4a043bb52a6d1272801 (diff) |
Fix comment typo
Diffstat (limited to 'sys/arch')
-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 2cb6035cb47..dc51e24ec3e 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.77 2018/10/07 22:43:06 guenther Exp $ */ +/* $OpenBSD: vector.S,v 1.78 2019/01/01 03:19:37 guenther Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -208,7 +208,7 @@ INTRENTRY_LABEL(trap03): movq TF_RDX(%rsp),%rdx movq TF_RCX(%rsp),%rcx movq TF_R11(%rsp),%r11 - /* %rax restored below, after begin used to shift the stack */ + /* %rax restored below, after being used to shift the stack */ /* * We are returning from a probe trap so we need to fix the |