aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/example
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-07-13 08:25:54 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-13 09:33:03 -0700
commitc87a7ca3113c95aaf52de7a094773feb2dba2fa1 (patch)
tree698e7b4d50e961b1782df6682e9a4b33ddb6e03f /tensorflow/core/example
parent4f6e9efb40b1fca70a4fdf547401eafcffda47fa (diff)
s/Tensorflow/TensorFlow. A losing battle :)
Change: 127324936
Diffstat (limited to 'tensorflow/core/example')
-rw-r--r--tensorflow/core/example/feature_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/example/feature_util.h b/tensorflow/core/example/feature_util.h
index ad122f530d..048930d235 100644
--- a/tensorflow/core/example/feature_util.h
+++ b/tensorflow/core/example/feature_util.h
@@ -15,7 +15,7 @@ limitations under the License.
// A set of lightweight wrappers which simplify access to Example features.
//
-// Tensorflow Example proto uses associative maps on top of oneof fields.
+// TensorFlow Example proto uses associative maps on top of oneof fields.
// So accessing feature values is not very convenient.
//
// For example, to read a first value of integer feature "tag":