netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix a typo in netlink.h
@ 2010-06-19  4:29 Justin P. Mattock
  2010-06-21 20:45 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2010-06-19  4:29 UTC (permalink / raw)
  To: trivial; +Cc: netdev, Justin P. Mattock

Fix a typo in include/net/netlink.h 
should be finalize instead of finanlize

 Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 include/net/netlink.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/net/netlink.h b/include/net/netlink.h
index 4fc05b5..f3b201d 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -35,7 +35,7 @@
  *   nlmsg_new()			create a new netlink message
  *   nlmsg_put()			add a netlink message to an skb
  *   nlmsg_put_answer()			callback based nlmsg_put()
- *   nlmsg_end()			finanlize netlink message
+ *   nlmsg_end()			finalize netlink message
  *   nlmsg_get_pos()			return current position in message
  *   nlmsg_trim()			trim part of message
  *   nlmsg_cancel()			cancel message construction
-- 
1.7.1.rc1.21.gf3bd6


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-21 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19  4:29 [PATCH] Fix a typo in netlink.h Justin P. Mattock
2010-06-21 20:45 ` David Miller
2010-06-21 21:05   ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).