aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/checkpoint_reader.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-22 17:13:41 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-22 17:22:54 -0800
commit983d8931b4ea1a5ee81a63b5a2d393bb82f2fa0b (patch)
treee9c450166aed82e75475d6c10d654bd22d13b0af /tensorflow/c/checkpoint_reader.h
parent8eff2d62f232abece68949af95efddc91689206f (diff)
Fix typo.
Change: 139974629
Diffstat (limited to 'tensorflow/c/checkpoint_reader.h')
-rw-r--r--tensorflow/c/checkpoint_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/c/checkpoint_reader.h b/tensorflow/c/checkpoint_reader.h
index 1b09dcd18d..1124416380 100644
--- a/tensorflow/c/checkpoint_reader.h
+++ b/tensorflow/c/checkpoint_reader.h
@@ -43,7 +43,7 @@ class CheckpointReader {
bool HasTensor(const string& name) const;
const string DebugString() const;
- // Returns a map from variable namaes to its shape. Slices of a partitioned
+ // Returns a map from variable names to its shape. Slices of a partitioned
// tensor are combined into a single entry.
const TensorSliceReader::VarToShapeMap& GetVariableToShapeMap() const;