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

Ben Pfaff blp at nicira.com
Thu Sep 22 04:39:01 UTC 2011


Thanks, I pushed this.

On Wed, Sep 21, 2011 at 09:32:12PM -0700, Justin Pettit wrote:
> 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 at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list