]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 11 Sep 2012 12:28:56 +0000 (12:28 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Tue, 11 Sep 2012 12:28:56 +0000 (12:28 +0000)
common/blocking_priority_queue.h

index 32518d78926386d5e3040e9484d0d4ad7f32a09e..101ae31b0954e29ff78f454ea19cadbdfc885949 100644 (file)
@@ -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: