From: Daniel Arndt Date: Sat, 29 May 2021 21:51:55 +0000 (-0400) Subject: Update include/deal.II/base/timer.h X-Git-Tag: v9.4.0-rc1~1312^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=901f9450f5ec38a8b4c8c585085237a70ebd5969;p=dealii.git Update include/deal.II/base/timer.h Co-authored-by: Martin Kronbichler --- diff --git a/include/deal.II/base/timer.h b/include/deal.II/base/timer.h index c9b5651f07..3a6befaffa 100644 --- a/include/deal.II/base/timer.h +++ b/include/deal.II/base/timer.h @@ -872,7 +872,7 @@ private: /** * A list of the sections that have been entered and not exited. The list is * kept in the order in which sections have been entered, but elements may - * be removed in the middle if an argument is given to the leave_section() + * be removed in the middle if an argument is given to the leave_subsection() * function. */ std::list active_sections;