[ovs-dev] [PATCH] netlink-socket: Fix typo in comment.

Ben Pfaff blp at nicira.com
Thu Sep 22 03:49:40 UTC 2011


---
 lib/netlink-socket.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c
index 2d2aa29..ab53e69 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) {
-- 
1.7.2.5




More information about the dev mailing list