]> 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>
Fri, 2 Mar 2018 21:13:02 +0000 (00:13 +0300)
* include/private/specific.h (tse): Fix a typo ("thread") in comment.

include/private/specific.h

index 57dbb19d08620ce3d6c3515233b71e7e96c88ffc..b10a9cf5425bb5b4b56ca678aab22392a0d0974e 100644 (file)
@@ -31,7 +31,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.                                      */