Update doc comment in src/Context.h

Co-authored-by: Tomas Babej <tomas@tbabej.com>
This commit is contained in:
Dustin J. Mitchell 2021-12-30 14:21:20 -05:00 committed by Tomas Babej
parent 65830dd705
commit 277ce0e226

View file

@ -126,8 +126,8 @@ public:
}; };
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// CurrentTask resets Context::currentTask to NULL on destruction; this ensures // CurrentTask resets Context::currentTask to previous context task on destruction; this ensures
// that this context value is not a dangling pointer. // that this context value is restored when exiting the scope where the context was applied.
class CurrentTask { class CurrentTask {
public: public:
~CurrentTask(); ~CurrentTask();