aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/tensor_bundle/tensor_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/util/tensor_bundle/tensor_bundle.h')
-rw-r--r--tensorflow/core/util/tensor_bundle/tensor_bundle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/tensor_bundle/tensor_bundle.h b/tensorflow/core/util/tensor_bundle/tensor_bundle.h
index 962df4373b..3571281820 100644
--- a/tensorflow/core/util/tensor_bundle/tensor_bundle.h
+++ b/tensorflow/core/util/tensor_bundle/tensor_bundle.h
@@ -31,7 +31,7 @@ limitations under the License.
// (tensorflow::table::Table). Each key is a name of a tensor and its value is
// a serialized BundleEntryProto. Each BundleEntryProto describes the metadata
// of a tensor: which of the "data" files contains the content of a tensor, the
-// offset into that file, checksum, some auxilary data, etc.
+// offset into that file, checksum, some auxiliary data, etc.
//
// A tensor bundle can be accessed randomly using a BundleReader. Usage:
//