Fixed type: more_spacee_lock > more_space_lock
authorGeorge Sapkin <george.sapkin@gmail.com>
Wed, 4 Feb 2015 14:42:03 +0000 (15:42 +0100)
committerGeorge Sapkin <george.sapkin@gmail.com>
Wed, 4 Feb 2015 14:42:03 +0000 (15:42 +0100)
src/gc/gcpriv.h

index 3af9136..ce8b94d 100644 (file)
@@ -3217,7 +3217,7 @@ protected:
 
     // The more_space_lock and gc_lock is used for 3 purposes:
     //
-    // 1) to coordinate threads that exceed their quantum (UP & MP) (more_spacee_lock)
+    // 1) to coordinate threads that exceed their quantum (UP & MP) (more_space_lock)
     // 2) to synchronize allocations of large objects (more_space_lock)
     // 3) to synchronize the GC itself (gc_lock)
     //