From 6a535c2e4afd2bb6ea6f3fe7be5c259471beb010 Mon Sep 17 00:00:00 2001 From: "Wojciech A. Koszek" Date: Wed, 20 Sep 2006 12:23:33 +0000 Subject: [PATCH] Fix 'interrupt interrupt' -> 'interrupt' in the comment. Approved by: cognet (mentor) --- sys/i386/isa/atpic_vector.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/isa/atpic_vector.s b/sys/i386/isa/atpic_vector.s index dcf413559ad6..13b9b05bd1f6 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 ; \