diff --git a/fft/src/KokkosFFT_Plans.hpp b/fft/src/KokkosFFT_Plans.hpp index 05f8687f..91c164d0 100644 --- a/fft/src/KokkosFFT_Plans.hpp +++ b/fft/src/KokkosFFT_Plans.hpp @@ -315,7 +315,7 @@ class Plan { using ManagableOutViewType = typename KokkosFFT::Impl::manageable_view_type::type; - // FIXME in_tmp should be in InViewType, + // FIXME in_tmp should be in InViewType, // We will merge crop_or_pad and transpose, and remove the need for in_tmp // InViewType in_tmp; ManagableInViewType in_tmp;