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 <[email protected]> > > --Justin > > > > On Feb 25, 2015, at 9:06 PM, Ben Pfaff <[email protected]> wrote: > > > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > 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 > > [email protected] > > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
