Minor cosmetic fix in comment

git-svn-id: file:///srv/devel/repo-conversion/nusu@148 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2009-06-09 19:49:55 +00:00
parent d6ddf04f58
commit 6d7f4d11af

View File

@ -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); updatedQueue.Enqueue(notification);
} }
} }
// Replace the working queue with the update queue // Replace the working queue with the updated queue
this.notifications = updatedQueue; this.notifications = updatedQueue;
} }