diff --git a/examples/mtr-kokkos-simple.cpp b/examples/mtr-kokkos-simple.cpp index b8a9c8e3..4cf79c9f 100644 --- a/examples/mtr-kokkos-simple.cpp +++ b/examples/mtr-kokkos-simple.cpp @@ -133,7 +133,7 @@ int main(int argc, char *argv[]) { matrix3D = FMatrixDevice (10,10,10); // allocate dimensions and sizes // Array example following the Fortran index convention, - // indicies go from 0 to less than N, last index varies the fastest + // indicies go from 0 to less than N, first index varies the fastest FArrayDevice arr3D(10,10,10);