diff options
Diffstat (limited to 'cpp/src/IceStorm/SubscriberPool.cpp')
-rw-r--r-- | cpp/src/IceStorm/SubscriberPool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceStorm/SubscriberPool.cpp b/cpp/src/IceStorm/SubscriberPool.cpp index 1d1fd773028..710d0d21581 100644 --- a/cpp/src/IceStorm/SubscriberPool.cpp +++ b/cpp/src/IceStorm/SubscriberPool.cpp @@ -52,9 +52,9 @@ public: } // - // If SubscriberPool returns true then the subscriber - // needs to be SubscriberPooled again, so therefore we - // will re-enqueue the subscriber in the call to dequeue. + // If flush returns true then the subscriber needs to be + // flushed again, so therefore we will re-enqueue the + // subscriber in the call to dequeue. // if(computeInterval) { |