]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/message/i2o/i2o_config.c
messages: i2o: Fix typo in messages/i2o
[karo-tx-linux.git] / drivers / message / i2o / i2o_config.c
index 9a49c243a6ac59c78c98cd9de021429d44aa8908..5451beff183ffdf69e24d5d1ca016d11215882a2 100644 (file)
@@ -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)