diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-09 17:09:35 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2005-10-09 17:09:35 +0000 |
commit | 7d8eb7410755ef6008e8be3e187806d69b69c2da (patch) | |
tree | 1e3861c3a333c67c6313a5d476f9b6752ddfaf0c /sys/arch/amd64 | |
parent | fa9cff48236fd7211f7efb76a88b68bd8576c872 (diff) |
spelling
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 cee8277ec7c..60fa6215af3 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.6 2004/12/24 22:50:29 miod Exp $ */ +/* $OpenBSD: vector.S,v 1.7 2005/10/09 17:09:34 fgsch Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -364,7 +364,7 @@ IDTVEC(resume_lapic_ltimer) /* - * This macro defines the generic stub code. Its arguments modifiy it + * This macro defines the generic stub code. Its arguments modify it * for specific PICs. */ |