summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/atiixp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/atiixp.c')
-rw-r--r--sys/dev/sound/pci/atiixp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c
index 777e1b1..d1d01d7 100644
--- a/sys/dev/sound/pci/atiixp.c
+++ b/sys/dev/sound/pci/atiixp.c
@@ -902,7 +902,7 @@ atiixp_intr(void *p)
detected_codecs = status & CODEC_CHECK_BITS;
sc->codec_not_ready_bits |= detected_codecs;
- /* disable detected interupt sources */
+ /* disable detected interrupt sources */
enable = atiixp_rd(sc, ATI_REG_IER);
enable &= ~detected_codecs;
atiixp_wr(sc, ATI_REG_IER, enable);
OpenPOWER on IntegriCloud