Skip to content

Commit c713ba7

Browse files
committed
fix typo
1 parent 2632699 commit c713ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Expressions/MisspelledVariableName.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bindingset[name]
2929
int globalAccesses(string name) { result = count(GlobalVarAccess acc | acc.getName() = name) }
3030

3131
/**
32-
* Holds if our heuristic says that the local variable `lvd` seems to be a misspelling of the global variable `gvd`.
32+
* Holds if our heuristic says that the local variable `lvd` seems to be a misspelling of the global variable `gva`.
3333
* Otherwise the global variable is likely the misspelling.
3434
*/
3535
predicate globalIsLikelyCorrect(GlobalVarAccess gva, VarDecl lvd) {

0 commit comments

Comments
 (0)