File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2081,7 +2081,7 @@ func IsBreakOrContinueStatement(node *Node) bool {
2081
2081
// virtual `Parent` pointers that can be used to walk up the tree. Since `getModuleInstanceStateForAliasTarget` may
2082
2082
// potentially walk up out of the provided `Node`, merely setting the parent pointers for a given `ModuleDeclaration`
2083
2083
// prior to invoking `GetModuleInstanceState` is not sufficient. It is, however, necessary that the `Parent` pointers
2084
- // for all ancestors of the `Node` provided to `GetModuleInstanceState` have ben set.
2084
+ // for all ancestors of the `Node` provided to `GetModuleInstanceState` have been set.
2085
2085
2086
2086
// Push a virtual parent pointer onto `ancestors` and return it.
2087
2087
func pushAncestor (ancestors []* Node , parent * Node ) []* Node {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ func BenchmarkBind(b *testing.B) {
29
29
30
30
compilerOptions := & core.CompilerOptions {Target : core .ScriptTargetESNext , ModuleKind : core .ModuleKindNodeNext }
31
31
32
- // The above parses do a lot of work; ensure GC is finished before we start collecting pefrormance data.
32
+ // The above parses do a lot of work; ensure GC is finished before we start collecting performance data.
33
33
// GC must be called twice to allow things to settle.
34
34
runtime .GC ()
35
35
runtime .GC ()
You can’t perform that action at this time.
0 commit comments