aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/array4d.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/array4d.h')
-rw-r--r--tensorflow/compiler/xla/array4d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/array4d.h b/tensorflow/compiler/xla/array4d.h
index c27d70b8a6..d93f968f4d 100644
--- a/tensorflow/compiler/xla/array4d.h
+++ b/tensorflow/compiler/xla/array4d.h
@@ -65,7 +65,7 @@ class Array4D {
Fill(T());
}
- // Creates a 4D array, initalized to value.
+ // Creates a 4D array, initialized to value.
Array4D(int64 planes, int64 depth, int64 height, int64 width, T value)
: Array4D(planes, depth, height, width) {
Fill(value);