From 5e4d6cab00cb29cd088ab7b62ab13aff103b64cb Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 19 May 2019 21:24:15 +1000 Subject: Dump OpenSim 0.9.0.1 into it's own branch. --- ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs') diff --git a/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs b/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs index d9502bb..4713332 100644 --- a/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs +++ b/ThirdParty/SmartThreadPool/SmartThreadPool.ThreadEntry.cs @@ -26,15 +26,15 @@ namespace Amib.Threading /// /// A reference from each thread in the thread pool to its SmartThreadPool /// object container. - /// With this variable a thread can know whatever it belongs to a + /// With this variable a thread can know whatever it belongs to a /// SmartThreadPool. /// private readonly SmartThreadPool _associatedSmartThreadPool; /// - /// A reference to the current work item a thread from the thread pool + /// A reference to the current work item a thread from the thread pool /// is executing. - /// + /// public WorkItem CurrentWorkItem { get; set; } public ThreadEntry(SmartThreadPool stp) -- cgit v1.1