summaryrefslogtreecommitdiff
path: root/include/private/thread_local_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/private/thread_local_alloc.h')
-rw-r--r--include/private/thread_local_alloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/thread_local_alloc.h b/include/private/thread_local_alloc.h
index 12048209..aaf14213 100644
--- a/include/private/thread_local_alloc.h
+++ b/include/private/thread_local_alloc.h
@@ -15,7 +15,7 @@
/* This is the interface for thread-local allocation, whose */
/* implementation is mostly thread-library-independent. */
/* Here we describe only the interface that needs to be known */
-/* and invoked from the thread support layer; the actual */
+/* and invoked from the thread support layer; the actual */
/* implementation also exports GC_malloc and friends, which */
/* are declared in gc.h. */