Fix common misspellings
[deliverable/linux.git] / include / linux / skbuff.h
index 239083bfea13d642c2c11d30398cc0365071b55c..b759896d9754e804e90bde95305c91d15a95cf14 100644 (file)
@@ -474,7 +474,7 @@ static inline void skb_dst_set(struct sk_buff *skb, struct dst_entry *dst)
 extern void skb_dst_set_noref(struct sk_buff *skb, struct dst_entry *dst);
 
 /**
- * skb_dst_is_noref - Test if skb dst isnt refcounted
+ * skb_dst_is_noref - Test if skb dst isn't refcounted
  * @skb: buffer
  */
 static inline bool skb_dst_is_noref(const struct sk_buff *skb)
This page took 0.025416 seconds and 5 git commands to generate.