changeset 23349:bd8c5c264c42

Fix typo
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Thu, 14 Apr 2016 15:56:53 -0700
parents 60d8d9714b5a
children 5e8be3095c53
files jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/Assumptions.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/Assumptions.java	Wed Apr 13 23:28:03 2016 -0700
+++ b/jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/Assumptions.java	Thu Apr 14 15:56:53 2016 -0700
@@ -44,8 +44,8 @@
 
     /**
      * A class for providing information that is only valid in association with a set of
-     * {@link Assumption}s. It is permissible for AssumptionResults to have no any assumptions at
-     * all. For instance, if {@link ResolvedJavaType#isLeaf()} returns true for a type
+     * {@link Assumption}s. It is permissible for AssumptionResults to have no assumptions at all.
+     * For instance, if {@link ResolvedJavaType#isLeaf()} returns true for a type
      * {@link ResolvedJavaType#findLeafConcreteSubtype()} can return an AssumptionResult with no
      * assumptions since the leaf information is statically true.
      *