diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-08-27 13:10:18 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-08-28 09:42:17 -0400 |
commit | 577e628743bd7bb8c846bc73401e65b837cc4dbf (patch) | |
tree | 1f580e85ad5acf9e73b74471dbb2ea6dc019bee3 /src/app/config/confparse.c | |
parent | c967b5c9ba70c2c7f05aab5120c3415d53462ba7 (diff) | |
download | tor-577e628743bd7bb8c846bc73401e65b837cc4dbf.tar.gz tor-577e628743bd7bb8c846bc73401e65b837cc4dbf.zip |
Fix typo in a comment on config_mgr_get_obj_mutable()
Diffstat (limited to 'src/app/config/confparse.c')
-rw-r--r-- | src/app/config/confparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config/confparse.c b/src/app/config/confparse.c index 71ba39ef52..e0615ac13d 100644 --- a/src/app/config/confparse.c +++ b/src/app/config/confparse.c @@ -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) |