summaryrefslogtreecommitdiff
path: root/drivers/message/i2o/i2o_block.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-11-29 00:42:51 +0900
committerJiri Kosina <jkosina@suse.cz>2012-11-28 17:13:59 +0100
commit8fdbb340ef0683437e791360d63726d5725add66 (patch)
treeb5064a408f3e4c86244edf4d92e6d19b466d90bc /drivers/message/i2o/i2o_block.c
parent4092bac77131048b8f69cb1f939326c55d93709f (diff)
downloadlinux-8fdbb340ef0683437e791360d63726d5725add66.tar.gz
messages: i2o: Fix typo in messages/i2o
Correct spelling typo in messages/i2o. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/message/i2o/i2o_block.c')
-rw-r--r--drivers/message/i2o/i2o_block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c
index 4796bbf0ae4e..49e86aed2bc4 100644
--- a/drivers/message/i2o/i2o_block.c
+++ b/drivers/message/i2o/i2o_block.c
@@ -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.