hotspot/src/share/vm/classfile/sharedPathsMiscInfo.hpp
changeset 26419 25abc4a3285c
parent 26135 82b516c550f7
child 27880 afb974a04396
--- a/hotspot/src/share/vm/classfile/sharedPathsMiscInfo.hpp	Fri Aug 29 11:35:03 2014 -0700
+++ b/hotspot/src/share/vm/classfile/sharedPathsMiscInfo.hpp	Tue Sep 02 09:51:24 2014 -0700
@@ -165,7 +165,7 @@
       out->print("Expecting that %s does not exist", path);
       break;
     case REQUIRED:
-      out->print("Expecting that file %s must exist and not altered", path);
+      out->print("Expecting that file %s must exist and is not altered", path);
       break;
     default:
       ShouldNotReachHere();