From 00cc16fa71ebb9d573008bee8dda35faf98c024e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Jun 2017 14:05:05 -0600 Subject: [PATCH] Fix the grammar of a comment. --- tests/serialization/dof_handler_01.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/serialization/dof_handler_01.cc b/tests/serialization/dof_handler_01.cc index bd3ffda781..6fb9e6d636 100644 --- a/tests/serialization/dof_handler_01.cc +++ b/tests/serialization/dof_handler_01.cc @@ -169,7 +169,7 @@ void test () dof_1.distribute_dofs (fe); dof_2.distribute_dofs (fe); - // right now, both DoFHandlers are the same. Renumber one of the them + // right now, both DoFHandlers are the same. Renumber one of them DoFRenumbering::Cuthill_McKee (dof_1); verify (dof_1, dof_2); -- 2.39.5