[Mosaic][NFC] Fix comment format

PiperOrigin-RevId: 602416317
This commit is contained in:
Tomás Longeri 2024-01-29 09:46:58 -08:00 committed by jax authors
parent 0d152dcfab
commit 1cbda65afc

View File

@ -287,7 +287,7 @@ class VectorLayout {
// minimize the number of vregs.
//
// Args:
// - shape: The shape of the full vector this layout applies to.
// shape: The shape of the full vector this layout applies to.
llvm::SmallVector<int64_t> tileArrayShape(
ArrayRef<int64_t> shape, std::array<int64_t, 2> target_shape) const;