]> git.proxmox.com Git - mirror_ovs.git/commitdiff
util: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Feb 2015 04:26:05 +0000 (20:26 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Feb 2015 04:26:05 +0000 (20:26 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
lib/util.c

index 6b51fa810d9a39ddc278130fe406643a6880623f..bcf77005133305ea83a2b2d7e276a0ed7669d5cf 100644 (file)
@@ -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,8 +1815,8 @@ ovs_scan(const char *s, const char *format, ...)
 }
 
 /*
- * This function is similar to ocs_scan(), extra parameter `n` is added to
- * return number of scanned characters.
+ * This function is similar to ovs_scan(), with an extra parameter `n` added to
+ * return the number of scanned characters.
  */
 bool
 ovs_scan_len(const char *s, int *n, const char *format, ...)