summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2023-11-13 08:53:46 -0800
committerPaul E. McKenney <paulmck@kernel.org>2023-11-20 10:51:23 -0800
commit7324562191e3c47feae06af33bb21756cfe164b6 (patch)
tree8b1d8c234ff3b4b3da79aeb58e0b04d721b62558
parent7bc1be926374ea53085b443af4132fc78fde1418 (diff)
downloadperfbook-7324562191e3c47feae06af33bb21756cfe164b6.tar.gz
toolsoftrade: Fix "thead' typo
Reported-by: ma jun <yztaoj@outlook.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--toolsoftrade/toolsoftrade.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index c4c9533d..645ee74b 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -1179,7 +1179,7 @@ as being per-thread.
The name of the variable may then be used normally to access the
value of the current thread's instance of that variable.
Of course, \apig{__thread} is much easier to use than the POSIX
-thead-specific data, and so \co{__thread} is usually preferred for
+thread-specific data, and so \co{__thread} is usually preferred for
code that is to be built only with \GCC\ or other compilers supporting
\co{__thread}.