rtnetlink: Fix typo in comments referencing rtnetlink_notifier_register()
authorJustin Pettit <jpettit@nicira.com>
Sat, 16 Jan 2010 08:53:09 +0000 (00:53 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 16 Jan 2010 08:53:09 +0000 (00:53 -0800)
lib/rtnetlink.c
lib/rtnetlink.h

index 29e02f61496d5db19a21b0b3a225495165552281..1d302ea635513d62285e9e6ef90b22ea049e7b7c 100644 (file)
@@ -76,7 +76,7 @@ rtnetlink_notifier_register(struct rtnetlink_notifier *notifier,
 }
 
 /* Cancels notification on 'notifier', which must have previously been
- * registered with lxnetdev_notifier_register(). */
+ * registered with rtnetlink_notifier_register(). */
 void
 rtnetlink_notifier_unregister(struct rtnetlink_notifier *notifier)
 {
index ca7df7b887969b8b70049ba4b14c6565112c117c..8f18805534e9cbf81003a5f58409e6a1a39db8be 100644 (file)
@@ -40,7 +40,7 @@ struct rtnetlink_change {
  * specific change.  It may be null if the buffer of change information
  * overflowed, in which case the function must assume that every device may
  * have changed.  'aux' is as specified in the call to
- * lxnetdev_notifier_register().  */
+ * rtnetlink_notifier_register().  */
 typedef void rtnetlink_notify_func(const struct rtnetlink_change *, void *aux);
 
 struct rtnetlink_notifier {