From: Jay Krell Date: Mon, 5 Feb 2018 07:06:59 +0000 (+0300) Subject: Fix typo in comment in specific.h X-Git-Tag: v8.0.0~375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2722262bb7ecd1316abc8f2d5cb45b0dadc35c5;p=gc Fix typo in comment in specific.h * include/private/specific.h (tse): Fix a typo ("thread") in comment. --- diff --git a/include/private/specific.h b/include/private/specific.h index 0d100a4c..ccca009d 100644 --- a/include/private/specific.h +++ b/include/private/specific.h @@ -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. */