docs: spelling error (#15406)
This commit is contained in:
parent
98cb974796
commit
edb2571a59
|
@ -473,7 +473,7 @@ class _AstToIrVisitor implements cdAst.AstVisitor {
|
||||||
// once but is safer if the conversion is changed to traverse the nodes more than once.
|
// once but is safer if the conversion is changed to traverse the nodes more than once.
|
||||||
this._nodeMap.delete(leftMostSafe);
|
this._nodeMap.delete(leftMostSafe);
|
||||||
|
|
||||||
// If we allcoated a temporary, release it.
|
// If we allocated a temporary, release it.
|
||||||
if (temporary) {
|
if (temporary) {
|
||||||
this.releaseTemporary(temporary);
|
this.releaseTemporary(temporary);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue