aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index edeb43444..a5746697e 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -1665,7 +1665,7 @@ typedef struct hs_usage_list_elem_t {
struct hs_usage_list_elem_t *next;
} hs_usage_list_elem_t;
-/* Ordered list that stores service ids and the number of observations. It is
+/** Ordered list that stores service ids and the number of observations. It is
* ordered by the number of occurrences in descending order. Its purpose is to
* calculate the frequency distribution when the period is over. */
typedef struct hs_usage_list_t {