mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Fix typo in a comment on config_mgr_get_obj_mutable()
This commit is contained in:
parent
c967b5c9ba
commit
577e628743
@ -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
|
||||
* toplevel object. For example, the or_options_t will contain pointers
|
||||
* 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 *
|
||||
config_mgr_get_obj_mutable(const config_mgr_t *mgr, void *toplevel, int idx)
|
||||
|
Loading…
Reference in New Issue
Block a user