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

Ben Pfaff blp at nicira.com
Fri Feb 27 04:26:25 UTC 2015


Thanks, applied, with that additional fix.

On Wed, Feb 25, 2015 at 09:31:53PM -0800, Justin Pettit wrote:
> If you're in there, I'd add a "the" before "number", but:
> 
> Acked-by: Justin Pettit <jpettit at nicira.com>
> 
> --Justin
> 
> 
> > On Feb 25, 2015, at 9:06 PM, Ben Pfaff <blp at nicira.com> wrote:
> > 
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > lib/util.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/lib/util.c b/lib/util.c
> > index 6b51fa8..5edeaf2 100644
> > --- a/lib/util.c
> > +++ b/lib/util.c
> > @@ -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.
> > @@ -1815,7 +1815,7 @@ ovs_scan(const char *s, const char *format, ...)
> > }
> > 
> > /*
> > - * This function is similar to ocs_scan(), extra parameter `n` is added to
> > + * This function is similar to ovs_scan(), with an extra parameter `n` added to
> >  * return number of scanned characters.
> >  */
> > bool
> > -- 
> > 2.1.3
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list