diff --git a/framework/include/problems/FEProblemBase.h b/framework/include/problems/FEProblemBase.h index d29218d68a..b16e8a22c3 100644 --- a/framework/include/problems/FEProblemBase.h +++ b/framework/include/problems/FEProblemBase.h @@ -663,7 +663,7 @@ public: /** * Get whether a Kokkos function exists * @param name The Kokkos function name - * @returns Whether a Kokkos function exists + * @returns Whether a Kokkos function exists */ virtual bool hasKokkosFunction(const std::string & name); /**