From 5b41bfbe6fab92b3faff403434c749c0a32d83c9 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Mon, 17 Apr 2017 19:52:13 -0600
Subject: [PATCH] Minor doc updates to GridTools.

---
 include/deal.II/grid/grid_tools.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h
index 51d9284ccf..8bcd7ce8b0 100644
--- a/include/deal.II/grid/grid_tools.h
+++ b/include/deal.II/grid/grid_tools.h
@@ -704,13 +704,13 @@ namespace GridTools
    * @endcode
    *
    * Predicates that are frequently useful can be found in namespace
-   * IteratorFilters. For example, it is possible to extracting a layer based
-   * on material id
+   * IteratorFilters. For example, it is possible to extract a layer
+   * of cells around all of those cells with a given material id,
    * @code
    * GridTools::compute_active_cell_halo_layer(tria,
    *                                           IteratorFilters::MaterialIdEqualTo(1, true));
    * @endcode
-   * or based on a set of active FE indices for an hp::DoFHandler
+   * or around all cells with one of a set of active FE indices for an hp::DoFHandler
    * @code
    * GridTools::compute_active_cell_halo_layer(hp_dof_handler,
    *                                           IteratorFilters::ActiveFEIndexEqualTo({1,2}, true));
-- 
2.39.5