]> git.neil.brown.name Git - history.git/commitdiff
[NET]: Fix comment type in skbuff.h
authorHideaki Yoshifuji <yoshfuji@linux-ipv6.org>
Wed, 31 Dec 2003 02:36:04 +0000 (18:36 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Wed, 31 Dec 2003 02:36:04 +0000 (18:36 -0800)
include/linux/skbuff.h

index d19e3a2de6a356992ceb055613475782ea616610..77162e4c28192a3e8f4bc368a6cf19e5944e792f 100644 (file)
@@ -764,10 +764,10 @@ static inline struct sk_buff *__skb_dequeue_tail(struct sk_buff_head *list)
 }
 
 /**
- *     skb_dequeue - remove from the head of the queue
+ *     skb_dequeue_tail - remove from the tail of the queue
  *     @list: list to dequeue from
  *
- *     Remove the head of the list. The list lock is taken so the function
+ *     Remove the tail of the list. The list lock is taken so the function
  *     may be used safely with other locking list functions. The tail item is
  *     returned or %NULL if the list is empty.
  */