diff options
author | Masanari Iida | 2012-11-29 00:42:51 +0900 |
---|---|---|
committer | Jiri Kosina | 2012-11-28 17:13:59 +0100 |
commit | 8fdbb340ef0683437e791360d63726d5725add66 (patch) | |
tree | b5064a408f3e4c86244edf4d92e6d19b466d90bc /drivers/message/i2o/i2o_config.c | |
parent | 4092bac77131048b8f69cb1f939326c55d93709f (diff) |
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_config.c')
-rw-r--r-- | drivers/message/i2o/i2o_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_config.c b/drivers/message/i2o/i2o_config.c index 9a49c243a6ac..5451beff183f 100644 --- a/drivers/message/i2o/i2o_config.c +++ b/drivers/message/i2o/i2o_config.c @@ -189,7 +189,7 @@ static int i2o_cfg_parms(unsigned long arg, unsigned int type) return -ENXIO; /* - * Stop users being able to try and allocate arbitary amounts + * Stop users being able to try and allocate arbitrary amounts * of DMA space. 64K is way more than sufficient for this. */ if (kcmd.oplen > 65536) |