hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
changeset 22551 9bf46d16dcc6
parent 20734 b3f539540680
child 22556 a17351e8c2c2
--- a/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -82,7 +82,7 @@
 
 // Allocations may fail in several threads at about the same time,
 // resulting in multiple gc requests.  We only want to do one of them.
-// In case a GC locker is active and the need for a GC is already signalled,
+// In case a GC locker is active and the need for a GC is already signaled,
 // we want to skip this GC attempt altogether, without doing a futile
 // safepoint operation.
 bool VM_GC_Operation::skip_operation() const {