From 49f173446b1b2ef76309b3e3a763dea504c361d1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 8 May 2017 18:04:27 -0400 Subject: [PATCH] ofproto-dpif-xlate: Fix typos in comment. Signed-off-by: Ben Pfaff Acked-by: Aaron Conole --- 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 bc3a31022..a36d4dd88 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -4611,7 +4611,7 @@ xlate_output_trunc_action(struct xlate_ctx *ctx, if (xport == NULL || xport->odp_port == ODPP_NONE) { /* Since truncate happens at its following output action, if * the output port is a patch port, the behavior is somehow - * unpredicable. For simpilicity, disallow this case. */ + * unpredictable. For simplicity, disallow this case. */ ofputil_port_to_string(port, name, sizeof name); xlate_report_error(ctx, "output_trunc does not support " "patch port %s", name); -- 2.39.5