summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atpic_vector.s
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2006-09-20 12:23:33 +0000
committerwkoszek <wkoszek@FreeBSD.org>2006-09-20 12:23:33 +0000
commitfe47827a4e49d2844c5743c676f7defa4e293644 (patch)
tree3b55efd38a400a9d5bc6c291819263bbe280e010 /sys/i386/isa/atpic_vector.s
parent0f11fa239baba9becf3b9678490c91021eeb400d (diff)
downloadFreeBSD-src-fe47827a4e49d2844c5743c676f7defa4e293644.zip
FreeBSD-src-fe47827a4e49d2844c5743c676f7defa4e293644.tar.gz
Fix 'interrupt interrupt' -> 'interrupt' in the comment.
Approved by: cognet (mentor)
Diffstat (limited to 'sys/i386/isa/atpic_vector.s')
-rw-r--r--sys/i386/isa/atpic_vector.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/atpic_vector.s b/sys/i386/isa/atpic_vector.s
index dcf4135..13b9b05 100644
--- a/sys/i386/isa/atpic_vector.s
+++ b/sys/i386/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