src/hotspot/share/gc/shared/cardTableRS.cpp
changeset 49455 848864ed9b17
parent 49164 7e958a8ebcd3
child 49592 77fb0be7d19f
--- a/src/hotspot/share/gc/shared/cardTableRS.cpp	Fri Mar 16 14:47:53 2018 +0100
+++ b/src/hotspot/share/gc/shared/cardTableRS.cpp	Mon Mar 19 07:38:18 2018 +0100
@@ -571,7 +571,7 @@
       //   [End Case 3]
       //
       // (Please refer to the code in the helper class
-      // ClearNonCleanCardWrapper and in CardTableModRefBS for details.)
+      // ClearNonCleanCardWrapper and in CardTable for details.)
       //
       // The informal arguments above can be tightened into a formal
       // correctness proof and it behooves us to write up such a proof,