aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
diff options
context:
space:
mode:
authorGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
committerGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
commit6f776c78f8824b962a00898eee8277104f978e94 (patch)
tree0d6f9108c3445dec8792afe091cb3b26bff629ff /tensorflow/core/framework
parentc21078f527023e3074b63109fb768413f82a8f8f (diff)
Fix typos
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;
};