Acked-by: Andy Zhou <[email protected]>
On Wed, Oct 21, 2015 at 12:24 AM, Justin Pettit <[email protected]> wrote: > Signed-off-by: Justin Pettit <[email protected]> > --- > ofproto/ofproto-dpif-xlate.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c > index a4007e3..325e308 100644 > --- a/ofproto/ofproto-dpif-xlate.c > +++ b/ofproto/ofproto-dpif-xlate.c > @@ -4448,7 +4448,7 @@ do_xlate_actions(const struct ofpact *ofpacts, size_t > ofpacts_len, > && !eth_type_mpls(flow->dl_type)) { > break; > } > - /* A flow may wildcard nw_frag. Do nothing if setting a trasport > + /* A flow may wildcard nw_frag. Do nothing if setting a > transport > * header field on a packet that does not have them. */ > mf_mask_field_and_prereqs(mf, wc); > if (mf_are_prereqs_ok(mf, flow)) { > -- > 1.7.5.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
