Преглед изворни кода

Fix typo in a comment on config_mgr_get_obj_mutable()

Nick Mathewson пре 6 година
родитељ
комит
577e628743
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/app/config/confparse.c

+ 1 - 1
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)