diff options
author | wkoszek <wkoszek@FreeBSD.org> | 2006-09-20 20:52:11 +0000 |
---|---|---|
committer | wkoszek <wkoszek@FreeBSD.org> | 2006-09-20 20:52:11 +0000 |
commit | 2e90bf751206c52079b5cfca2763dde4b65e74e6 (patch) | |
tree | 7826b3cec175281595b7301f6f120a3ce00b69ac | |
parent | 68deeefe49d795a13cd2eabf78039baab801a29e (diff) | |
download | FreeBSD-src-2e90bf751206c52079b5cfca2763dde4b65e74e6.zip FreeBSD-src-2e90bf751206c52079b5cfca2763dde4b65e74e6.tar.gz |
Correct 'interrupt interrupt' -> 'interrupt' in the comment.
Requested by: jhb
Approved by: cognet (mentor)
-rw-r--r-- | sys/amd64/isa/atpic_vector.S | 2 |
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 ; \ |