Signed-off-by: Russell Bryant <russ...@ovn.org> --- lib/db-ctl-base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/db-ctl-base.c b/lib/db-ctl-base.c index 849883b..ffef041 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; -- 2.5.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev