diff mbox

[ovs-dev,1/2] ofproto-dpif-xlate: Fix typos in comment.

Message ID 20170518202801.19500-1-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff May 18, 2017, 8:28 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 ofproto/ofproto-dpif-xlate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Aaron Conole May 18, 2017, 8:41 p.m. UTC | #1
Ben Pfaff <blp@ovn.org> writes:

> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---

Acked-by: Aaron Conole <aconole@redhat.com>

I'll be installing and playing with 2/2.

Really pumped about this series! :)
Ben Pfaff May 18, 2017, 9:04 p.m. UTC | #2
On Thu, May 18, 2017 at 04:41:21PM -0400, Aaron Conole wrote:
> Ben Pfaff <blp@ovn.org> writes:
> 
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> 
> Acked-by: Aaron Conole <aconole@redhat.com>

Thanks!  I applied this to master.

> I'll be installing and playing with 2/2.
> 
> Really pumped about this series! :)

Glad to hear it!  I have some more ideas for followups, but this is a
good place to start.
diff mbox

Patch

diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index b308f21de100..39fed7e0b303 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -4623,7 +4623,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);