[ovs-dev] [PATCH] treewide: Fix doubled "the".

Ben Pfaff blp at nicira.com
Mon Aug 3 23:50:37 UTC 2015


On Mon, Aug 03, 2015 at 07:48:28PM -0400, Russell Bryant wrote:
> On 08/03/2015 07:43 PM, Ben Pfaff wrote:
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> 
> Acked-by: Russell Bryant <rbryant at redhat.com>

Thanks, applied.

> > diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c
> > index 9f462cf..2ff2635 100644
> > --- a/datapath-windows/ovsext/User.c
> > +++ b/datapath-windows/ovsext/User.c
> > @@ -836,7 +836,7 @@ OvsGetUpcallMsgSize(PVOID userData,
> >          size += NlAttrTotalSize(userDataLen);
> >      }
> >      /* OVS_PACKET_ATTR_EGRESS_TUN_KEY */
> > -    /* Is it included in the the flwo key attr XXX */
> > +    /* Is it included in the flwo key attr XXX */
> 
> There's another typo in this line you could fix while you're at it:
> s/flwo/flow/.

Done, thanks!



More information about the dev mailing list