mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +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:
@@ -62,7 +62,7 @@ static void (*ctl_exit_func)(int status) = NULL;
|
|||||||
OVS_NO_RETURN static void ctl_exit(int status);
|
OVS_NO_RETURN static void ctl_exit(int status);
|
||||||
|
|
||||||
/* Represents all tables in the schema. User must define 'tables'
|
/* 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. */
|
* with an all-NULL entry. */
|
||||||
static const struct ctl_table_class *tables;
|
static const struct ctl_table_class *tables;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user