From 21314694fbb5c1d6b46de9f3ee7d2ef4aa0a0ba5 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Sun, 23 Oct 2005 09:05:51 +0000 Subject: [PATCH] Typo. PR: misc/87679 Submitted by: Alan Amesbury --- sys/dev/ic/i8259.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ic/i8259.h b/sys/dev/ic/i8259.h index 91270a0715cc..239384c555ae 100644 --- a/sys/dev/ic/i8259.h +++ b/sys/dev/ic/i8259.h @@ -27,7 +27,7 @@ */ /* - * Register defintions for the i8259A programmable interrupt cnotroller. + * Register defintions for the i8259A programmable interrupt controller. */ #ifndef _DEV_IC_I8259_H_