can: include: fix spelling mistakes
[linux-2.6-microblaze.git] / include / linux / can / dev.h
index 5e3d455..5168925 100644 (file)
@@ -108,7 +108,7 @@ static inline bool can_skb_headroom_valid(struct net_device *dev,
 
                skb->ip_summed = CHECKSUM_UNNECESSARY;
 
-               /* preform proper loopback on capable devices */
+               /* perform proper loopback on capable devices */
                if (dev->flags & IFF_ECHO)
                        skb->pkt_type = PACKET_LOOPBACK;
                else