Fix typo.

Change: 139974629
This commit is contained in:
A. Unique TensorFlower 2016-11-22 17:13:41 -08:00 committed by TensorFlower Gardener
parent 8eff2d62f2
commit 983d8931b4

View File

@ -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;