From aada3de718cc2c30a191cd8236f0b2f87b29cb18 Mon Sep 17 00:00:00 2001 From: Eduard Bagdasaryan Date: Tue, 20 Jul 2021 21:00:15 +0300 Subject: [PATCH] Fixed a comment --- src/base/JobWait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/JobWait.h b/src/base/JobWait.h index fff9accaf0..6b11313319 100644 --- a/src/base/JobWait.h +++ b/src/base/JobWait.h @@ -76,7 +76,7 @@ public: JobPointer job() const { return waiting() ? typedJob_ : nullptr; } private: - /// nearly duplicates JobWaitBase::typedJob_ but exposes the actual job type + /// nearly duplicates JobWaitBase::job_ but exposes the actual job type JobPointer typedJob_; }; -- 2.47.2