Looks good.

--Justin


On Sep 21, 2011, at 8:49 PM, Ben Pfaff wrote:

> ---
> 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
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to