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 33b807f commit c283894Copy full SHA for c283894
java/ql/lib/semmle/code/java/PrintAst.qll
@@ -439,7 +439,7 @@ private class SingleLocalVarDeclParent extends ExprOrStmt {
439
* want to use a synthetic node to variable declaration and its type access.
440
*
441
* 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.
+ * For these cases, either a synthetic node is not necessary or a different synthetic node is used.
443
*/
444
final class SingleLocalVarDeclParentNode extends ExprStmtNode {
445
SingleLocalVarDeclParent lvdp;
0 commit comments