diff options
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 557a69b62c..4f18a093e0 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -956,7 +956,7 @@ static uint32_t n_rend_client_ops = 0; static uint32_t n_rend_mid_ops = 0; static uint32_t n_rend_server_ops = 0; -/** Increment the count of the number of times we've done <b>operation</b> */ +/** Increment the count of the number of times we've done <b>operation</b>. */ void note_crypto_pk_op(pk_op_t operation) { |