mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: Add thread_local support - typo fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user