diff --git a/src/Counters.h b/src/Counters.h index 386602a0bc..d83c64e59d 100644 --- a/src/Counters.h +++ b/src/Counters.h @@ -174,7 +174,7 @@ public: /// Call this when entering things like footnotes, where there is now /// no "last layout" and we want to restore the "last layout" on exit. void clearLastLayout() { layout_stack_.push_back(0); } - /// Call this when existing things like footnotes. + /// Call this when exiting things like footnotes. void restoreLastLayout() { layout_stack_.pop_back(); } /// void saveLastCounter()