From: David Wells Date: Mon, 12 Oct 2015 22:05:14 +0000 (-0400) Subject: Add a missing noun to a sentence. X-Git-Tag: v8.4.0-rc2~320^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a3ed77fb67d3448f9b8f342a0ef5d37fb1209a;p=dealii.git Add a missing noun to a sentence. --- diff --git a/include/deal.II/base/logstream.h b/include/deal.II/base/logstream.h index c8b971cd61..70fdd549f2 100644 --- a/include/deal.II/base/logstream.h +++ b/include/deal.II/base/logstream.h @@ -248,9 +248,10 @@ public: /** * Maximum number of levels to be printed on the console. This function - * allows to restrict console output to the upmost levels of iterations. - * Only output with less than n prefixes is printed. By calling - * this function with n=0, no console output will be written. + * allows one to restrict console output to the highest levels of + * iterations. Only output with less than n prefixes is + * printed. By calling this function with n=0, no console output + * will be written. * * The previous value of this parameter is returned. */