From 67794d5617bff0b116b61f2bc8edde24624ebca7 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 20 Oct 2015 00:58:05 -0700 Subject: [PATCH] ofproto-dpif-xlate: Fix small typo. Signed-off-by: Justin Pettit Acked-by: Andy Zhou --- ofproto/ofproto-dpif-xlate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index a4007e31c..325e308e3 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)) { -- 2.20.1