diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-12-30 18:36:04 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-12-30 18:36:04 -0800 |
| commit | 693519c0599461372ead5b292db7ebae9be37165 (patch) | |
| tree | 4f98c947a8fc9991a94664c0177d16a27f677f38 /include/linux | |
| parent | 07ee3fcf0719ab693248f3da7e632edf765d6c62 (diff) | |
[NET]: Fix comment type in skbuff.h
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/skbuff.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index d19e3a2de6a3..77162e4c2819 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -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. */ |
