From: Juliane Dannberg <dannberg@gfz-potsdam.de> Date: Thu, 6 Aug 2015 03:22:08 +0000 (-0500) Subject: fix typo X-Git-Tag: v8.4.0-rc2~666^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d37e21cfd87bf3fe1b5d8292c132dc3a518a156;p=dealii.git fix typo --- diff --git a/include/deal.II/multigrid/multigrid.h b/include/deal.II/multigrid/multigrid.h index 68e1154815..5a2aa5e8d9 100644 --- a/include/deal.II/multigrid/multigrid.h +++ b/include/deal.II/multigrid/multigrid.h @@ -185,11 +185,11 @@ public: void set_maxlevel (const unsigned int); /** - * Set the coarse level for which the multilevel method is performed. By + * Set the coarsest level for which the multilevel method is performed. By * default, this is zero. Accepted are non-negative values not larger than - * than the current #maxlevel. + * the current #maxlevel. * - * If <tt>relative</tt> ist <tt>true</tt>, then this function determins the + * If <tt>relative</tt> is <tt>true</tt>, then this function determines the * number of levels used, that is, it sets #minlevel to * #maxlevel-<tt>level</tt>. *