From 67981f1002b29b0dc59d0a7f62d79e4b52825df8 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 6 Nov 2008 04:26:36 +0000 Subject: [PATCH] Made the spec more clear --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402635 --- dlib/threads/thread_pool_extension_abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/threads/thread_pool_extension_abstract.h b/dlib/threads/thread_pool_extension_abstract.h index 4fc2bbb13..ca223bf62 100644 --- a/dlib/threads/thread_pool_extension_abstract.h +++ b/dlib/threads/thread_pool_extension_abstract.h @@ -15,7 +15,7 @@ namespace dlib { /*! WHAT THIS OBJECT REPRESENTS - This object represents a group of threads which you can + This object represents a fixed size group of threads which you can submit tasks to and then wait for those tasks to be completed. !*/