C++: Add thread_local support - typo fix

This commit is contained in:
Matthew Gretton-Dann
2019-08-06 12:09:43 +01:00
parent 0e50a143af
commit 90cfde53b3

View File

@@ -140,7 +140,7 @@ class Variable extends Declaration, @variable {
}
/**
* Holds if this vairable is `thread_local`.
* Holds if this variable is `thread_local`.
*/
predicate isThreadLocal() {
this.hasSpecifier("is_thread_local")