diff options
author | wkoszek <wkoszek@FreeBSD.org> | 2006-09-20 12:23:33 +0000 |
---|---|---|
committer | wkoszek <wkoszek@FreeBSD.org> | 2006-09-20 12:23:33 +0000 |
commit | fe47827a4e49d2844c5743c676f7defa4e293644 (patch) | |
tree | 3b55efd38a400a9d5bc6c291819263bbe280e010 /sys/i386 | |
parent | 0f11fa239baba9becf3b9678490c91021eeb400d (diff) | |
download | FreeBSD-src-fe47827a4e49d2844c5743c676f7defa4e293644.zip FreeBSD-src-fe47827a4e49d2844c5743c676f7defa4e293644.tar.gz |
Fix 'interrupt interrupt' -> 'interrupt' in the comment.
Approved by: cognet (mentor)
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/isa/atpic_vector.s | 2 |
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 ; \ |