X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frtnetlink.h;h=8f18805534e9cbf81003a5f58409e6a1a39db8be;hb=cbbdf81cf8bfcc87e141f66b93bf3bcf1220bff8;hp=ca7df7b887969b8b70049ba4b14c6565112c117c;hpb=4d678233e981fa319a338f6b0949e9dc625941a4;p=openvswitch diff --git a/lib/rtnetlink.h b/lib/rtnetlink.h index ca7df7b8..8f188055 100644 --- a/lib/rtnetlink.h +++ b/lib/rtnetlink.h @@ -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 {