[XLA] Revert mistaken comment change.

PiperOrigin-RevId: 240894481
This commit is contained in:
Peter Hawkins 2019-03-28 18:13:22 -07:00 committed by TensorFlower Gardener
parent 2fcc781a23
commit d54eb295a6

View File

@ -624,7 +624,7 @@ class ShapeUtil {
// continue, or false otherwise.
//
// visitor_function must be a callable of type
// StatusOr<bool>(ShapeIndex) or compatible.
// StatusOr<bool>(absl::Span<int64>) or compatible.
template <typename FnType>
static Status ForEachIndexWithStatus(const Shape& shape,
absl::Span<const int64> base,