Fix common misspellings
[linux-block.git] / drivers / net / can / mscan / mscan.c
index 74cd880c7e0676c2387f300a9a79b0b3f3e63ae0..92feac68b66e725fbe8865d688d0fdabeb8ec1ae 100644 (file)
@@ -246,7 +246,7 @@ static netdev_tx_t mscan_start_xmit(struct sk_buff *skb, struct net_device *dev)
                out_be16(&regs->tx.idr3_2, can_id);
 
                can_id >>= 16;
-               /* EFF_FLAGS are inbetween the IDs :( */
+               /* EFF_FLAGS are between the IDs :( */
                can_id = (can_id & 0x7) | ((can_id << 2) & 0xffe0)
                         | MSCAN_EFF_FLAGS;
        } else {