Skip to content

Commit

Permalink
#197: Fix typo noticed when starting work
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Jun 1, 2022
1 parent d81efa3 commit 07c298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checkpoint/container/view_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ inline void serialize_impl(SerializerT& s, Kokkos::View<T,Args...>& view) {
// get propagate to the View from the layout
//
// Note: enabling this option will *not* work with Kokkos::LayoutStride. It
// will fail to compile with aa static_assert: because LayoutStide is not
// will fail to compile with a static_assert: because LayoutStide is not
// extent constructible: traits::array_layout::is_extent_constructible!
//
constexpr auto dyn_dims = CountDims<ViewType, T>::dynamic;
Expand Down

0 comments on commit 07c298f

Please sign in to comment.