From 901f9450f5ec38a8b4c8c585085237a70ebd5969 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 29 May 2021 17:51:55 -0400 Subject: [PATCH] Update include/deal.II/base/timer.h Co-authored-by: Martin Kronbichler --- include/deal.II/base/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5