From ce12fb32f1bbe764ab08d60a68165d569e007bbc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Dec 2021 14:00:31 -0700 Subject: [PATCH] Fix a comment's grammar. --- source/grid/grid_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5