From: Timo Heister Date: Thu, 20 Mar 2025 19:52:56 +0000 (-0400) Subject: Portable::MatrixFree: fix a typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5d92ea70744bb3500c276c0593f1f2e0c5816a3;p=dealii.git Portable::MatrixFree: fix a typo --- diff --git a/include/deal.II/matrix_free/portable_matrix_free.h b/include/deal.II/matrix_free/portable_matrix_free.h index dee0088832..8709895181 100644 --- a/include/deal.II/matrix_free/portable_matrix_free.h +++ b/include/deal.II/matrix_free/portable_matrix_free.h @@ -205,7 +205,7 @@ namespace Portable co_shape_gradients; /** - * Weights used when resolving hanginf nodes. + * Weights used when resolving hanging nodes. */ Kokkos::View constraint_weights; @@ -601,7 +601,7 @@ namespace Portable co_shape_gradients; /** - * Weights used when resolving hanginf nodes. + * Weights used when resolving hanging nodes. */ Kokkos::View constraint_weights;