[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 d1edb7a..86f54f3 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)