diff --git a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp index 8045bcfdb..00c157e34 100644 --- a/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp +++ b/cockatrice/src/client/ui/picture_loader/picture_loader_worker.cpp @@ -106,7 +106,7 @@ void PictureLoaderWorker::resetRequestQuota() } /** - * Keeps processing requests from the queue until the quota runs out or the request queue runs out. + * Keeps processing requests from the queue until it is empty or until the quota runs out. */ void PictureLoaderWorker::processQueuedRequests() {