Skip to content

Commit 90cfde5

Browse files
author
Matthew Gretton-Dann
committed
C++: Add thread_local support - typo fix
1 parent 0e50a14 commit 90cfde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class Variable extends Declaration, @variable {
140140
}
141141

142142
/**
143-
* Holds if this vairable is `thread_local`.
143+
* Holds if this variable is `thread_local`.
144144
*/
145145
predicate isThreadLocal() {
146146
this.hasSpecifier("is_thread_local")

0 commit comments

Comments
 (0)