]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed a comment
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 20 Jul 2021 18:00:15 +0000 (21:00 +0300)
committerEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 20 Jul 2021 18:00:15 +0000 (21:00 +0300)
src/base/JobWait.h

index fff9accaf06f9b7978411fd66165331cd86b68ee..6b113133198c58d0104f697a1f9d0697eaf1a472 100644 (file)
@@ -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_;
 };