Skip to content

Commit

Permalink
#196: Fix typo noticed when starting work
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Apr 23, 2021
1 parent 22dc749 commit 38adb8d
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 @@ -404,7 +404,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 38adb8d

Please sign in to comment.