From 96ce68889f3b4d9b9a0c790b24909f763a09983f Mon Sep 17 00:00:00 2001 From: Manfei <41607353+ManfeiBai@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:34:38 -0800 Subject: [PATCH] nit --- torch_xla/csrc/init_python_bindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch_xla/csrc/init_python_bindings.cpp b/torch_xla/csrc/init_python_bindings.cpp index dbb06485b84b..369b38931bbe 100644 --- a/torch_xla/csrc/init_python_bindings.cpp +++ b/torch_xla/csrc/init_python_bindings.cpp @@ -902,7 +902,7 @@ class PyLoweringContext { } computation = ConsumeValue(lowering_ctx.BuildXla()); - // warp inputs of cond/body_computation + // wrap inputs of cond/body_computation if ((GetNameString() == "condctx") || (GetNameString() == "bodyctx")) { std::vector> input_output_alias_pair; std::vector buffer_donor_indices;