diff --git a/packages/compiler/src/compiler_util/expression_converter.ts b/packages/compiler/src/compiler_util/expression_converter.ts index 1d5ab7ff5d..5fd971abb6 100644 --- a/packages/compiler/src/compiler_util/expression_converter.ts +++ b/packages/compiler/src/compiler_util/expression_converter.ts @@ -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. this._nodeMap.delete(leftMostSafe); - // If we allcoated a temporary, release it. + // If we allocated a temporary, release it. if (temporary) { this.releaseTemporary(temporary); }