diff options
Diffstat (limited to 'sys/dev/sio')
-rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 006eefc..04d10ef 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -600,7 +600,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. */ |