]> git.proxmox.com Git - mirror_ovs.git/commitdiff
ofproto-dpif-xlate: Fix typos in comment.
authorBen Pfaff <blp@ovn.org>
Mon, 8 May 2017 22:04:27 +0000 (18:04 -0400)
committerBen Pfaff <blp@ovn.org>
Thu, 18 May 2017 21:03:46 +0000 (14:03 -0700)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Aaron Conole <aconole@redhat.com>
ofproto/ofproto-dpif-xlate.c

index bc3a310227da58f074a92d762bb2cc2088cceef5..a36d4dd886035290e2f81a67d2dc1b8bf24de9d6 100644 (file)
@@ -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);