From: Jay Krell Date: Mon, 5 Feb 2018 07:06:59 +0000 (+0300) Subject: Fix typo in comment in specific.h X-Git-Tag: v7.4.12~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6407ea62941a6da0e01e758cc1ee836a6f7907b;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 57dbb19d..b10a9cf5 100644 --- a/include/private/specific.h +++ b/include/private/specific.h @@ -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. */