summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/include/test/thd.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/include/test/thd.h')
-rw-r--r--deps/jemalloc/test/include/test/thd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/jemalloc/test/include/test/thd.h b/deps/jemalloc/test/include/test/thd.h
index f941d7a75..47a51262e 100644
--- a/deps/jemalloc/test/include/test/thd.h
+++ b/deps/jemalloc/test/include/test/thd.h
@@ -1,4 +1,4 @@
-/* Abstraction layer for threading in tests */
+/* Abstraction layer for threading in tests. */
#ifdef _WIN32
typedef HANDLE thd_t;
#else