From 0428ae5f7b6b3a83d501e8b8491923650b79f854 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 21 Sep 2011 20:49:32 -0700 Subject: [PATCH] netlink-socket: Fix typo in comment. --- lib/netlink-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2