From d3a3ed77fb67d3448f9b8f342a0ef5d37fb1209a Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 12 Oct 2015 18:05:14 -0400 Subject: [PATCH] Add a missing noun to a sentence. --- include/deal.II/base/logstream.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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. */ -- 2.39.5