summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2016-03-21 13:41:45 -0400
committerRussell Bryant <russell@ovn.org>2016-03-21 21:44:52 -0400
commitb0ea21e04d539c3e675fcac5d00d6a7a2e1bd544 (patch)
treecfb5ec4c7b1a32081ce2570e06843532384366d8 /lib
parentf2611c00cae09fd55d8bb5d02609616f37c6a928 (diff)
downloadopenvswitch-b0ea21e04d539c3e675fcac5d00d6a7a2e1bd544.tar.gz
db-ctl-base: Fix a typo.
Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/db-ctl-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db-ctl-base.c b/lib/db-ctl-base.c
index 849883ba3..ffef0414a 100644
--- a/lib/db-ctl-base.c
+++ b/lib/db-ctl-base.c
@@ -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;