db-ctl-base: Fix a typo.
authorRussell Bryant <russell@ovn.org>
Mon, 21 Mar 2016 17:41:45 +0000 (13:41 -0400)
committerRussell Bryant <russell@ovn.org>
Tue, 22 Mar 2016 01:44:52 +0000 (21:44 -0400)
Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
lib/db-ctl-base.c

index 849883b..ffef041 100644 (file)
@@ -62,7 +62,7 @@ static void (*ctl_exit_func)(int status) = NULL;
 OVS_NO_RETURN static void ctl_exit(int status);
 
 /* Represents all tables in the schema.  User must define 'tables'
- * in implementation and supply via clt_init().  The definition must end
+ * in implementation and supply via ctl_init().  The definition must end
  * with an all-NULL entry. */
 static const struct ctl_table_class *tables;