Fix common misspellings
[linux-block.git] / drivers / net / can / softing / softing_main.c
index aeea9f9ff6e8ac4798feb8d664f2a774f5dc9219..7a70709d5608ca7be74be32c767fd6acc1893df2 100644 (file)
@@ -218,7 +218,7 @@ static int softing_handle_1(struct softing *card)
        ptr = buf;
        cmd = *ptr++;
        if (cmd == 0xff)
-               /* not quite usefull, probably the card has got out */
+               /* not quite useful, probably the card has got out */
                return 0;
        netdev = card->net[0];
        if (cmd & CMD_BUS2)