From: Wolfgang Bangerth Date: Thu, 10 Nov 2022 00:20:17 +0000 (-0700) Subject: Fix a mistake in the documentation. X-Git-Tag: v9.5.0-rc1~866^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bdd09b81e171501d38ac61f98e3e3f6d351eea5;p=dealii.git Fix a mistake in the documentation. --- diff --git a/source/fe/fe_simplex_p.cc b/source/fe/fe_simplex_p.cc index 4d559e5363..81021951de 100644 --- a/source/fe/fe_simplex_p.cc +++ b/source/fe/fe_simplex_p.cc @@ -733,7 +733,7 @@ FE_SimplexP::hp_vertex_dof_identities( } else if (fe_other.n_unique_faces() == 1 && fe_other.n_dofs_per_face(0) == 0) { - // if the other element has no elements on faces at all, + // if the other element has no DoFs on faces at all, // then it would be impossible to enforce any kind of // continuity even if we knew exactly what kind of element // we have -- simply because the other element declares