[ovs-dev] [PATCH] nicira-ext: Fix typo in comment.

Ben Pfaff blp at nicira.com
Sun Jul 12 22:37:08 UTC 2015


Thanks, I'll apply this in a minute.

On Sun, Jul 12, 2015 at 11:10:55PM +0300, Jarno Rajahalme wrote:
> Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>
> 
> 
> > On Jul 12, 2015, at 21:54, Ben Pfaff <blp at nicira.com> wrote:
> > 
> > ---
> > include/openflow/nicira-ext.h | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
> > index 9154800..16a4a7a 100644
> > --- a/include/openflow/nicira-ext.h
> > +++ b/include/openflow/nicira-ext.h
> > @@ -1,5 +1,5 @@
> > /*
> > - * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 Nicira, Inc.
> > + * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Nicira, Inc.
> >  *
> >  * Licensed under the Apache License, Version 2.0 (the "License");
> >  * you may not use this file except in compliance with the License.
> > @@ -921,7 +921,7 @@ struct nx_flow_monitor_cancel {
> > };
> > OFP_ASSERT(sizeof(struct nx_flow_monitor_cancel) == 4);
> > 
> > -/* Geneve option table maintainance commands.
> > +/* Geneve option table maintenance commands.
> >  *
> >  * In order to work with Geneve options, we need to maintain a mapping
> >  * table between an option (defined by <class, type, length>) and
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list