aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/session_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/common_runtime/session_factory.h')
-rw-r--r--tensorflow/core/common_runtime/session_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/common_runtime/session_factory.h b/tensorflow/core/common_runtime/session_factory.h
index 2a1632e035..df3198a70d 100644
--- a/tensorflow/core/common_runtime/session_factory.h
+++ b/tensorflow/core/common_runtime/session_factory.h
@@ -47,7 +47,7 @@ class SessionFactory {
// Old sessions may continue to have side-effects on resources not in
// containers listed in "containers", and thus may affect future
// sessions' results in ways that are hard to predict. Thus, if well-defined
- // behaviour is desired, is it recommended that all containers be listed in
+ // behavior is desired, is it recommended that all containers be listed in
// "containers".
//
// If the "containers" vector is empty, the default container is assumed.