spelling errros

Co-authored-by: Adam Osewski <19374865+aosewski@users.noreply.github.com>
This commit is contained in:
Aviral Goel
2025-04-14 08:48:46 -05:00
committed by GitHub
parent 2a213d6e3a
commit 3f90733dbe

View File

@@ -24,7 +24,7 @@ namespace ck_tile {
*
* This template class provides a lightweight fixed-size array with value semantics,
* supporting both host and device functionality for GPU programming. It includes
* specialized initialization methods and type punning capabilities.
* specialized initialization methods and type pruning capabilities.
*
* @tparam T_ The type of elements in the array
* @tparam N_ The fixed number of elements in the array