From 74772349cda444e94613b4724767e5219f03699e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 Aug 2009 20:48:20 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://svn.dealii.org/trunk@19176 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/grid/tria_boundary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/grid/tria_boundary.cc b/deal.II/deal.II/source/grid/tria_boundary.cc index 4d78b2e247..a19e97f234 100644 --- a/deal.II/deal.II/source/grid/tria_boundary.cc +++ b/deal.II/deal.II/source/grid/tria_boundary.cc @@ -266,7 +266,7 @@ namespace // which of the two cells is refined first. // // the situation where the edges aren't - // refined happens when the a higher order + // refined happens when a higher order // MappingQ requests the midpoint of a // face, though, and it is for these cases // that we need to have the check available -- 2.39.5