From: Ben Pfaff Date: Thu, 22 Sep 2011 03:49:32 +0000 (-0700) Subject: netlink-socket: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0428ae5f7b6b3a83d501e8b8491923650b79f854;p=openvswitch netlink-socket: Fix typo in comment. --- diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c index 24e6848d..f4635c82 100644 --- a/lib/netlink-socket.c +++ b/lib/netlink-socket.c @@ -538,7 +538,7 @@ nl_dump_start(struct nl_dump *dump, dump->buffer = NULL; if (sock->any_groups || sock->dump) { /* 'sock' might belong to some multicast group, or it already has an - * onoging dump. Clone the socket to avoid possibly intermixing + * ongoing dump. Clone the socket to avoid possibly intermixing * multicast messages or previous dump results with our results. */ dump->status = nl_sock_clone(sock, &dump->sock); if (dump->status) {