diff options
author | kevlo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2007-10-12 06:03:46 +0000 |
commit | 7a9f1e285b4917d1e77dd6272654278cedc141fd (patch) | |
tree | 5d1c0175e9c89b84168bf6dffe130b9dd7ffb477 /sys/pc98/cbus | |
parent | a7a6cc62cbb4f888b36f438e41119d295a856e55 (diff) | |
download | FreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.zip FreeBSD-src-7a9f1e285b4917d1e77dd6272654278cedc141fd.tar.gz |
Spelling fix for interupt -> interrupt
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r-- | sys/pc98/cbus/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 718214d..648cb04 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -1069,7 +1069,7 @@ sioprobe(dev, xrid, rclk, noprobe) } /* - * Enable the interrupt gate and disable device interupts. This + * Enable the interrupt gate and disable device interrupts. This * should leave the device driving the interrupt line low and * guarantee an edge trigger if an interrupt can be generated. */ |