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

Justin Pettit jpettit at nicira.com
Wed Oct 21 07:24:22 UTC 2015


Signed-off-by: Justin Pettit <jpettit at 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




More information about the dev mailing list