Update src/V3AstNodeOther.h

Co-authored-by: Wilson Snyder <wsnyder@wsnyder.org>
This commit is contained in:
Geza Lore 2025-07-23 17:02:10 +01:00 committed by GitHub
parent 9a7b506b8f
commit 5229666072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3282,7 +3282,7 @@ class AstJumpBlock final : public AstNodeStmt {
// Block of code that might contain AstJumpGo statements as children,
// which when exectued branch to right after the referenced AstJumpBlock.
// AstJumpBlocks can nest, and an AstJumpGo can reference any of the
// encolsing AstJumpBlocks (can break out of mulitple levels).
// enclosing AstJumpBlocks (can break out of mulitple levels).
// Parents: {statement list}
// Children: {statement list, with JumpGo below}
// @astgen op1 := stmtsp : List[AstNode]