From e6407ea62941a6da0e01e758cc1ee836a6f7907b Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Mon, 5 Feb 2018 10:06:59 +0300 Subject: [PATCH] Fix typo in comment in specific.h * include/private/specific.h (tse): Fix a typo ("thread") in comment. --- include/private/specific.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.50.1