瀏覽代碼

Minor comment fix.

Kamran Riaz Khan 14 年之前
父節點
當前提交
23ef12462a
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/or/control.c

+ 3 - 2
src/or/control.c

@@ -3999,8 +3999,9 @@ control_event_guard(const char *nickname, const char *digest,
 }
 }
 
 
 /** Called when a configuration option changes. This is generally triggered
 /** Called when a configuration option changes. This is generally triggered
- * by SETCONF requests and RELOAD/SIGHUP signals. The <b>values</b> are the
- * keyword/value pairs for the configuration changes tor is using. */
+ * by SETCONF requests and RELOAD/SIGHUP signals. The <b>elements</b> is
+ * a smartlist_t containing (key, value, ...) pairs in sequence.
+ * <b>value</b> can be NULL. */
 int
 int
 control_event_conf_changed(smartlist_t *elements)
 control_event_conf_changed(smartlist_t *elements)
 {
 {