From ff4ccbb9aa15454900caf0f96cbd8fd60a78d339 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 19 Aug 2021 18:33:20 -0600 Subject: [PATCH] Unify spelling. --- include/deal.II/matrix_free/matrix_free.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index c6226c804a..77488a5597 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -1473,7 +1473,7 @@ public: const unsigned int dof_handler_index = 0) const; /** - * In the hp adaptive case, return number of active_fe_indices. + * In the hp-adaptive case, return number of active_fe_indices. */ unsigned int n_active_fe_indices() const; -- 2.39.5