diff --git a/src/or/control.c b/src/or/control.c
index 05797038de..f679493d34 100644
--- a/src/or/control.c
+++ b/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
- * by SETCONF requests and RELOAD/SIGHUP signals. The values are the
- * keyword/value pairs for the configuration changes tor is using. */
+ * by SETCONF requests and RELOAD/SIGHUP signals. The elements is
+ * a smartlist_t containing (key, value, ...) pairs in sequence.
+ * value can be NULL. */
int
control_event_conf_changed(smartlist_t *elements)
{