This commit is contained in:
Chris Smowton
2024-03-22 14:33:48 +00:00
parent 33b807f3bb
commit c283894b4b

View File

@@ -439,7 +439,7 @@ private class SingleLocalVarDeclParent extends ExprOrStmt {
* want to use a synthetic node to variable declaration and its type access.
*
* Excludes `LocalVariableDeclStmt` and `ForStmt`, as they can hold multiple declarations.
* 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.
*/
final class SingleLocalVarDeclParentNode extends ExprStmtNode {
SingleLocalVarDeclParent lvdp;