From 6d7f4d11afe6df8fc4797ae84b2cbdf9d3d4801d Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Tue, 9 Jun 2009 19:49:55 +0000 Subject: [PATCH] Minor cosmetic fix in comment git-svn-id: file:///srv/devel/repo-conversion/nusu@148 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/Scheduling/Scheduler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Scheduling/Scheduler.cs b/Source/Scheduling/Scheduler.cs index ebf38a7..f81818f 100644 --- a/Source/Scheduling/Scheduler.cs +++ b/Source/Scheduling/Scheduler.cs @@ -374,13 +374,13 @@ namespace Nuclex.Support.Scheduling { } - // Notification processed, move it over to the next priority queue + // Notification processed, move it over to the new priority queue updatedQueue.Enqueue(notification); } } - // Replace the working queue with the update queue + // Replace the working queue with the updated queue this.notifications = updatedQueue; }