From 4f6e6ea4cd4f10aa18a34603dff29d9af157b5f0 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Mon, 30 Oct 2017 13:41:48 -0700 Subject: [PATCH] Fix typo in comment; NFC PiperOrigin-RevId: 173942305 --- tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h b/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h index 01e6b4c071a..f49a7889222 100644 --- a/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h +++ b/tensorflow/compiler/tf2xla/xla_compiled_cpu_function.h @@ -56,7 +56,7 @@ class XlaCompiledCpuFunction { const void** args, void** temps)>; // StaticData represents the state necessary to run an XLA-compiled - // function. For JIT this is backed by data in XlaCompiledCpuFunctionJit; for + // function. For JIT this is backed by data in XlaJitCompiledCpuFunction; for // AOT this is backed by data compiled into the object file. struct StaticData { // The raw function to call.