[TIPC]: Fix misleading comment in buf_discard() routine.
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 26 Jun 2006 06:42:19 +0000 (23:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jun 2006 06:42:19 +0000 (23:42 -0700)
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/core.h

index d1edb7af55062ecfcca69710716dbda9bccec620..86f54f3512f1733f746f26547e9d424457ba445b 100644 (file)
@@ -318,7 +318,7 @@ static inline struct sk_buff *buf_acquire(u32 size)
  * buf_discard - frees a TIPC message buffer
  * @skb: message buffer
  *
- * Frees a new buffer.  If passed NULL, just returns.
+ * Frees a message buffer.  If passed NULL, just returns.
  */
 
 static inline void buf_discard(struct sk_buff *skb)
This page took 0.032307 seconds and 5 git commands to generate.