summaryrefslogtreecommitdiffstats
path: root/common/stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/stats.h')
-rw-r--r--common/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stats.h b/common/stats.h
index caa002a407..c3e136e5b3 100644
--- a/common/stats.h
+++ b/common/stats.h
@@ -30,5 +30,5 @@ void stats_event(struct stats_ctx *ctx, const char *name);
// or stats_unregister_thread() is called, otherwise UB will occur.
void stats_register_thread_cputime(struct stats_ctx *ctx, const char *name);
-// Remove reference to pthread_self().
+// Remove reference to the current thread.
void stats_unregister_thread(struct stats_ctx *ctx, const char *name);