[ovs-dev] [PATCH 1/3] db-ctl-base: fix a few typos

Andy Zhou azhou at nicira.com
Wed Jul 8 03:07:59 UTC 2015


Minor typo and style fixes.

Signed-off-by: Andy Zhou <azhou at nicira.com>
---
 lib/db-ctl-base.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/db-ctl-base.h b/lib/db-ctl-base.h
index ba177f2..f14d27f 100644
--- a/lib/db-ctl-base.h
+++ b/lib/db-ctl-base.h
@@ -61,7 +61,7 @@ char *ctl_default_db(void);
 OVS_NO_RETURN void ctl_exit(int status);
 OVS_NO_RETURN void ctl_fatal(const char *, ...) OVS_PRINTF_FORMAT(1, 2);
 
-/* *clt command syntax structure, to be defined by each command implementation.
+/* *ctl command syntax structure, to be defined by each command implementation.
  *
  * Execution Path
  * ==============
@@ -72,7 +72,7 @@ OVS_NO_RETURN void ctl_fatal(const char *, ...) OVS_PRINTF_FORMAT(1, 2);
  *            ---------------  ------------  -----------------
  * *ctl       ->prerequisites     ->run        ->postprocess
  *
- * Any *clt command implementation should go through the following execution
+ * Any *ctl command implementation should go through the following execution
  * path:
  *
  *   1. parses user command-line input and finds the corresponding syntax
@@ -250,7 +250,7 @@ struct ctl_table_class {
  * entry. */
 extern const struct ctl_table_class tables[];
 
-const struct ctl_table_class * get_table(const char *table_name);
+const struct ctl_table_class *get_table(const char *table_name);
 void set_column(const struct ctl_table_class *,
                 const struct ovsdb_idl_row *, const char *arg,
                 struct ovsdb_symbol_table *);
-- 
1.9.1




More information about the dev mailing list