diff mbox

[ovs-dev,01/10] ofproto-dpif-xlate: Fix small typo.

Message ID 1445412271-22019-1-git-send-email-jpettit@nicira.com
State Deferred
Headers show

Commit Message

Justin Pettit Oct. 21, 2015, 7:24 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@nicira.com>
---
 ofproto/ofproto-dpif-xlate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Andy Zhou Oct. 22, 2015, 11:54 p.m. UTC | #1
Acked-by: Andy Zhou <azhou@nicira.com>

On Wed, Oct 21, 2015 at 12:24 AM, Justin Pettit <jpettit@nicira.com> wrote:
> Signed-off-by: Justin Pettit <jpettit@nicira.com>
> ---
>  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
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Justin Pettit Oct. 23, 2015, 1 a.m. UTC | #2
> On Oct 22, 2015, at 4:54 PM, Andy Zhou <azhou@nicira.com> wrote:
> 
> Acked-by: Andy Zhou <azhou@nicira.com>

Thanks.  I pushed this to master.

--Justin
diff mbox

Patch

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)) {