netlink-socket: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 03:49:32 +0000 (20:49 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Sep 2011 04:38:44 +0000 (21:38 -0700)
lib/netlink-socket.c

index 24e6848da505efda67d59d88bd9f9d27a62d4f63..f4635c8221c1f11a090c4e081d39c82a58aa4eed 100644 (file)
@@ -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) {