We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a32aba commit dd5c455Copy full SHA for dd5c455
cpp/ql/lib/semmle/code/cpp/Variable.qll
@@ -144,7 +144,7 @@ class Variable extends Declaration, @variable {
144
* `Variable.getInitializer()` to get the variable's initializer,
145
* or use `Variable.getAnAssignedValue()` to get an expression that
146
* is the right-hand side of an assignment or an initialization of
147
- * the varible.
+ * the variable.
148
*/
149
Assignment getAnAssignment() { result.getLValue() = this.getAnAccess() }
150
0 commit comments