FIx Typo
authorManHyuk <manhyuk@kw.ac.kr>
Mon, 5 Feb 2018 00:23:07 +0000 (09:23 +0900)
committerManHyuk <manhyuk@kw.ac.kr>
Mon, 5 Feb 2018 00:23:07 +0000 (09:23 +0900)
tensorflow/contrib/lite/toco/graph_transformations/resolve_constant_concatenation.cc
tensorflow/core/distributed_runtime/rpc/grpc_serialization_traits.h
tensorflow/docs_src/programmers_guide/debugger.md

index 5ac4497..db68968 100644 (file)
@@ -73,7 +73,7 @@ void CopyTensorSegments(const std::vector<Array*>& input_arrays,
 
 // Receives a series of input arrays of type Array and an integer showing the
 // axis on which those arrays will be concatenated. It returns the concatenated
-// arrray.
+// array.
 template <ArrayDataType A>
 void ConcatenateTensorBuffers(const std::vector<Array*>& input_arrays,
                               int concatenation_axis,
index dd114d3..730124c 100644 (file)
@@ -66,7 +66,7 @@ class GrpcBufferWriter final
     }
     // It's dangerous to keep an inlined grpc_slice as the backup slice, since
     // on a following Next() call, a reference will be returned to this slice
-    // via GRPC_SLICE_START_PTR, which will not be an adddress held by
+    // via GRPC_SLICE_START_PTR, which will not be an address held by
     // slice_buffer_.
     have_backup_ = backup_slice_.refcount != NULL;
     byte_count_ -= count;
index 9eaee27..c1a90de 100644 (file)
@@ -214,7 +214,7 @@ navigate between these screens by clicking the `<--` and
 ### Other Features of the tfdbg CLI
 
 In addition to the commands listed above, the tfdbg CLI provides the following
-addditional features:
+additional features:
 
 *   To navigate through previous tfdbg commands, type in a few characters
     followed by the Up or Down arrow keys. tfdbg will show you the history of