X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetlink-notifier.c;h=1e1a317b5ea0127bd5f46a28176202d9d38266ea;hb=ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce;hp=6739eceec8ffbdaca3f4b82cf288b8a71a449735;hpb=4be5ac89bea2972007d53992be841e0e8eb3350b;p=sliver-openvswitch.git diff --git a/lib/netlink-notifier.c b/lib/netlink-notifier.c index 6739eceec..1e1a317b5 100644 --- a/lib/netlink-notifier.c +++ b/lib/netlink-notifier.c @@ -41,7 +41,7 @@ struct nln { /* Passed in by nln_create(). */ int multicast_group; /* Multicast group we listen on. */ - int protocol; /* Protocal passed to nl_sock_create(). */ + int protocol; /* Protocol passed to nl_sock_create(). */ nln_parse_func *parse; /* Message parsing function. */ void *change; /* Change passed to parse. */ };