fix typo (#16722)
authorManHyuk <manhyuk@kw.ac.kr>
Sun, 4 Feb 2018 18:49:48 +0000 (03:49 +0900)
committerShanqing Cai <cais@google.com>
Sun, 4 Feb 2018 18:49:48 +0000 (13:49 -0500)
tensorflow/c/c_api.cc
tensorflow/core/framework/numeric_types.h
tensorflow/python/kernel_tests/BUILD

index b7986ec..e7fb1de 100644 (file)
@@ -2144,7 +2144,7 @@ Status CopyGraph(Graph* src_graph, Graph* dst_graph,
     opts.return_tensors.push_back(ToTensorId(nodes_to_return[i]));
   }
 
-  // TOOD(skyewm): change to OutputTensor
+  // TODO(skyewm): change to OutputTensor
   tensorflow::ImportGraphDefResults results;
   TF_RETURN_IF_ERROR(
       ImportGraphDef(opts, gdef, dst_graph, dst_refiner, &results));
index 99a5d0a..8249059 100644 (file)
@@ -44,7 +44,7 @@ typedef Eigen::QUInt16 quint16;
 }  // namespace tensorflow
 
 namespace Eigen {
-// TOOD(xpan): We probably need to overwrite more methods to have correct eigen
+// TODO(xpan): We probably need to overwrite more methods to have correct eigen
 // behavior. E.g. loest(), is_integer, etc. See NumTraits.h in eigen.
 template <>
 struct NumTraits<tensorflow::bfloat16>
index 3a60580..d4ceb2e 100644 (file)
@@ -1294,7 +1294,7 @@ cuda_py_test(
 
 cuda_py_test(
     name = "control_flow_ops_py_test",
-    # TOOD(b/70473603): change this back to "small" once the C API is
+    # TODO(b/70473603): change this back to "small" once the C API is
     # permanently enabled
     size = "medium",
     srcs = ["control_flow_ops_py_test.py"],