From: hellgore Date: Tue, 11 Sep 2012 12:28:56 +0000 (+0000) Subject: git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches... X-Git-Tag: 2.1.0_Beta1~496 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e11b7c07af9147647360cafcc85248307f270441;p=casparcg git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.1.0@3288 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- 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: