changeset 41:1c4505457c23

Typos.
author shade
date Tue, 06 Dec 2016 19:44:32 +0100
parents 49fd71d9b2a0
children 39f72c9de1ee
files src/main/java/org/openjdk/gcbench/GCBench.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/openjdk/gcbench/GCBench.java	Tue Dec 06 16:37:42 2016 +0100
+++ b/src/main/java/org/openjdk/gcbench/GCBench.java	Tue Dec 06 19:44:32 2016 +0100
@@ -295,7 +295,7 @@
         }
 
         {
-            String groupDescr = "Estimates the runtime overhead for цкшеуы. These costs include all the infrastructural " +
+            String groupDescr = "Estimates the runtime overhead for reads. These costs include all the infrastructural " +
                     "overheads too, and therefore the score differences matter, not their absolute values. This test " +
                     "is single-threaded. ";
 
@@ -306,7 +306,7 @@
             ));
 
             tests.add(new MachineCntTest(baseOpts, org.openjdk.gcbench.runtime.writes.Volatile.class,
-                    "runtime.writes.volatile", groupDescr + "Writes volatiel Java fields.",
+                    "runtime.writes.volatile", groupDescr + "Writes volatile Java fields.",
                     Dimensions.jvmMode(),
                     Dimensions.javaType()
             ));