From: Wolfgang Bangerth Date: Fri, 30 Jun 2017 20:05:05 +0000 (-0600) Subject: Fix the grammar of a comment. X-Git-Tag: v9.0.0-rc1~1460^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4563%2Fhead;p=dealii.git Fix the grammar of a comment. --- 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);