From 873b61c39dcc993904b0f369e82d0618967495a7 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Tue, 30 Apr 2013 22:16:29 +0200 Subject: [PATCH] Fix comment. --- indra/llmessage/aicurlthread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llmessage/aicurlthread.cpp b/indra/llmessage/aicurlthread.cpp index 47a4d6d59..8b4f1a022 100644 --- a/indra/llmessage/aicurlthread.cpp +++ b/indra/llmessage/aicurlthread.cpp @@ -2624,7 +2624,7 @@ bool AIPerService::wantsMoreHTTPRequestsFor(AIPerServicePtr const& per_service, } } - // Check if it's ok to get a new request for this particular host and update the per-host threshold. + // Check if it's ok to get a new request for this particular service and update the per-service threshold. AIAverage* http_bandwidth_ptr;