]> granicus.if.org Git - gc/commitdiff
Fix typo in comment in specific.h
authorJay Krell <jaykrell@microsoft.com>
Mon, 5 Feb 2018 07:06:59 +0000 (10:06 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Feb 2018 07:06:59 +0000 (10:06 +0300)
* include/private/specific.h (tse): Fix a typo ("thread") in comment.

include/private/specific.h

index 0d100a4c4b3d5de4c4d13f88d2974456eefcb54f..ccca009dff09830d1a54e9825002ab901959ddef 100644 (file)
@@ -32,7 +32,7 @@
 
 /* An entry describing a thread-specific value for a given thread.      */
 /* All such accessible structures preserve the invariant that if either */
-/* thread is a valid pthread id or qtid is a valid "quick tread id"     */
+/* thread is a valid pthread id or qtid is a valid "quick thread id"    */
 /* for a thread, then value holds the corresponding thread specific     */
 /* value.  This invariant must be preserved at ALL times, since         */
 /* asynchronous reads are allowed.                                      */