From 5996ff1fa2763674389ad3c3dbf6e9c31f4c4407 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Thu, 3 May 2012 16:30:02 +0200 Subject: [PATCH] Fixed a comment. --- indra/llcommon/llqueuedthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcommon/llqueuedthread.h b/indra/llcommon/llqueuedthread.h index ab73670ae..2680072bc 100644 --- a/indra/llcommon/llqueuedthread.h +++ b/indra/llcommon/llqueuedthread.h @@ -44,7 +44,7 @@ #include "llsimplehash.h" //============================================================================ -// Note: ~LLQueuedThread is O(N) N=# of queued threads, assumed to be small +// Note: ~LLQueuedThread is O(N) N=# of queued requests, assumed to be small // It is assumed that LLQueuedThreads are rarely created/destroyed. class LL_COMMON_API LLQueuedThread : public LLThread