2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

db-ctl-base: Fix a typo.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
This commit is contained in:
Russell Bryant
2016-03-21 13:41:45 -04:00
parent f2611c00ca
commit b0ea21e04d

View 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;