From e11b7c07af9147647360cafcc85248307f270441 Mon Sep 17 00:00:00 2001 From: hellgore Date: Tue, 11 Sep 2012 12:28:56 +0000 Subject: [PATCH] git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.1.0@3288 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- common/blocking_priority_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/blocking_priority_queue.h b/common/blocking_priority_queue.h index 32518d789..101ae31b0 100644 --- a/common/blocking_priority_queue.h +++ b/common/blocking_priority_queue.h @@ -72,7 +72,7 @@ public: // The std::map is read-only from now on, so there *should* (it is // unlikely but possible for a std::map implementor to choose to - // rebalance the tree during read operations) be no race conditions + // rebalance the tree during read operations) be no race conditions // regarding the map. // // This may be true for vc10 as well: -- 2.39.2