Fix typo in comment; NFC

PiperOrigin-RevId: 173942305
This commit is contained in:
Sanjoy Das 2017-10-30 13:41:48 -07:00 committed by TensorFlower Gardener
parent 07584221f8
commit 4f6e6ea4cd

View File

@ -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.