From: Wolfgang Bangerth Date: Thu, 16 Dec 2021 21:00:31 +0000 (-0700) Subject: Fix a comment's grammar. X-Git-Tag: v9.4.0-rc1~725^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13094%2Fhead;p=dealii.git Fix a comment's grammar. --- diff --git a/source/grid/grid_tools.cc b/source/grid/grid_tools.cc index d5a4891c51..b60c4cdab8 100644 --- a/source/grid/grid_tools.cc +++ b/source/grid/grid_tools.cc @@ -2893,7 +2893,7 @@ namespace GridTools double best_distance = tolerance; // Search all of the cells adjacent to the closest vertex of the cell - // hint Most likely we will find the point in them. + // hint. Most likely we will find the point in them. for (unsigned int i = 0; i < n_neighbor_cells; ++i) { try