Fix typo in a comment on config_mgr_get_obj_mutable()

This commit is contained in:
Nick Mathewson 2019-08-27 13:10:18 -04:00
parent c967b5c9ba
commit 577e628743

View File

@ -232,7 +232,7 @@ config_mgr_get_suite_ptr(const config_mgr_t *mgr, void *toplevel)
* NOTE: XXXX Eventually, there will be multiple objects supported within the * NOTE: XXXX Eventually, there will be multiple objects supported within the
* toplevel object. For example, the or_options_t will contain pointers * toplevel object. For example, the or_options_t will contain pointers
* to configuration objects for other modules. This function gets * to configuration objects for other modules. This function gets
* the sub-object for a particular modules. * the sub-object for a particular module.
*/ */
STATIC void * STATIC void *
config_mgr_get_obj_mutable(const config_mgr_t *mgr, void *toplevel, int idx) config_mgr_get_obj_mutable(const config_mgr_t *mgr, void *toplevel, int idx)