Skip to content

Commit c283894

Browse files
committed
Fix typo
1 parent 33b807f commit c283894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/PrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ private class SingleLocalVarDeclParent extends ExprOrStmt {
439439
* want to use a synthetic node to variable declaration and its type access.
440440
*
441441
* Excludes `LocalVariableDeclStmt` and `ForStmt`, as they can hold multiple declarations.
442-
* For these cases, either a synthetic node is not necassary or a different synthetic node is used.
442+
* For these cases, either a synthetic node is not necessary or a different synthetic node is used.
443443
*/
444444
final class SingleLocalVarDeclParentNode extends ExprStmtNode {
445445
SingleLocalVarDeclParent lvdp;

0 commit comments

Comments
 (0)