]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/message/i2o/i2o_block.c
messages: i2o: Fix typo in messages/i2o
[karo-tx-linux.git] / drivers / message / i2o / i2o_block.c
index 4796bbf0ae4e5b4fdd1476ac8e6cd4e9e43ec6c5..49e86aed2bc4f13d05ffbf5a2d094b5a979372cc 100644 (file)
@@ -609,7 +609,7 @@ static int i2o_block_release(struct gendisk *disk, fmode_t mode)
        u8 operation;
 
        /*
-        * This is to deail with the case of an application
+        * This is to deal with the case of an application
         * opening a device and then the device disappears while
         * it's in use, and then the application tries to release
         * it.  ex: Unmounting a deleted RAID volume at reboot.