Skip to content

Commit 5b4a83b

Browse files
committed
internal: Fix typo in astAdd() comments
(cherry picked from commit 3ad038c)
1 parent 9578974 commit 5b4a83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/ast-node-proc.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ end function
287287
'' astNewLINK(), such that there is only one astAdd, to avoid the dtor list
288288
'' being flushed too early.
289289
''
290-
'' Sometimes it's not obvious where the astAdd's there are because some astAdd's
290+
'' Sometimes it's not obvious where the astAdd's are because some astAdd's
291291
'' are "hidden" inside other functions such as astScopeBegin().
292292
''
293293
'' astAddUnscoped() does not have this problem because it unsets

0 commit comments

Comments
 (0)