summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2006-09-20 20:52:11 +0000
committerwkoszek <wkoszek@FreeBSD.org>2006-09-20 20:52:11 +0000
commit2e90bf751206c52079b5cfca2763dde4b65e74e6 (patch)
tree7826b3cec175281595b7301f6f120a3ce00b69ac /sys/amd64/isa
parent68deeefe49d795a13cd2eabf78039baab801a29e (diff)
downloadFreeBSD-src-2e90bf751206c52079b5cfca2763dde4b65e74e6.zip
FreeBSD-src-2e90bf751206c52079b5cfca2763dde4b65e74e6.tar.gz
Correct 'interrupt interrupt' -> 'interrupt' in the comment.
Requested by: jhb Approved by: cognet (mentor)
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r--sys/amd64/isa/atpic_vector.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/atpic_vector.S b/sys/amd64/isa/atpic_vector.S
index 45027d8..8cddf43 100644
--- a/sys/amd64/isa/atpic_vector.S
+++ b/sys/amd64/isa/atpic_vector.S
@@ -41,7 +41,7 @@
#include "assym.s"
/*
- * Macros for interrupt interrupt entry, call to handler, and exit.
+ * Macros for interrupt entry, call to handler, and exit.
*/
#define INTR(irq_num, vec_name) \
.text ; \
OpenPOWER on IntegriCloud