aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:33:23 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-08 20:33:23 -0700
commit1c7bc899dbb86cec70a2c11207a9ce8acf30c13b (patch)
treedfb985240ea83018cd79585e183137f4d998e099 /tensorflow/core/framework
parent1a7805207d087d049336b67af2c14cb6253b1a21 (diff)
parent042336cfa7b1d4c600d3a09f65d517dd5ff73904 (diff)
Merge pull request #21086 from taehoonlee:fix_typos
PiperOrigin-RevId: 207988541
Diffstat (limited to 'tensorflow/core/framework')
-rw-r--r--tensorflow/core/framework/function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/function.h b/tensorflow/core/framework/function.h
index 5da9af7db3..31a816ac5f 100644
--- a/tensorflow/core/framework/function.h
+++ b/tensorflow/core/framework/function.h
@@ -456,7 +456,7 @@ class FunctionLibraryRuntime {
// This interface is EXPERIMENTAL and subject to change.
//
- // Instatiates the function using an executor of the given type. If empty,
+ // Instantiates the function using an executor of the given type. If empty,
// the default TensorFlow executor will be used.
string executor_type;
};