diff --git a/src/or/control.c b/src/or/control.c
index d9dc1bac35..54464cc23b 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -5139,9 +5139,10 @@ control_event_hs_descriptor_received(const rend_data_t *rend_query,
id_digest, NULL);
}
-/** send HS_DESC FAILED event
- *
- * called when request for hidden service descriptor returned failure.
+/** Send HS_DESC event to inform controller that query rend_query
+ * failed to retrieve hidden service descriptor identified by
+ * id_digest. If reason is not NULL, add it to REASON=
+ * field.
*/
void
control_event_hs_descriptor_failed(const rend_data_t *rend_query,