Fix typo (#16908)
authorManHyuk <manhyuk@kw.ac.kr>
Sun, 11 Feb 2018 03:17:00 +0000 (12:17 +0900)
committerJonathan Hseu <vomjom@vomjom.net>
Sun, 11 Feb 2018 03:17:00 +0000 (19:17 -0800)
* fit typo

* fix typo

tensorflow/c/c_api_test.cc
tensorflow/core/common_runtime/gpu/gpu_id.h
tensorflow/core/protobuf/config.proto

index 01954eb..8a2a743 100644 (file)
@@ -1956,7 +1956,7 @@ TEST_F(CApiAttributesTest, Tensor) {
 }
 
 TEST_F(CApiAttributesTest, StringTensor) {
-  // Create the string-Tensor "atttribute" value.
+  // Create the string-Tensor "attribute" value.
   char encoded[] = {
       0,   0, 0, 0, 0, 0, 0, 0,  // array[uint64] offsets
       1,                         // varint encoded string length
index 4e9c4ab..2a6caea 100644 (file)
@@ -40,7 +40,7 @@ namespace tensorflow {
 //   a BaseGPUDevice. Note that the configuration allows us to create multiple
 //   BaseGPUDevice per GPU hardware in order to use multi CUDA streams on the
 //   hardware, so the mapping between TF GPU id and CUDA GPU id is not a 1:1
-//   mappping, see the example below.
+//   mapping, see the example below.
 //
 // For example, assuming that in the machine we have GPU device with index 0, 1,
 // 2 and 3 (physical GPU id). Setting "CUDA_VISIBLE_DEVICES=1,2,3" will create
index ccab69b..3606c5f 100644 (file)
@@ -387,7 +387,7 @@ message RunOptions {
   // EXPERIMENTAL.  Options used to initialize DebuggerState, if enabled.
   DebugOptions debug_options = 6;
 
-  // When enabled, causes tensor alllocation information to be included in
+  // When enabled, causes tensor allocation information to be included in
   // the error message when the Run() call fails because the allocator ran
   // out of memory (OOM).
   //