Skip to content

Commit 2eb03cd

Browse files
committed
Fix spelling in Javadoc
1 parent af25a0d commit 2eb03cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/bcel/verifier/statics/Pass2Verifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ private void constantPoolEntriesSatisfyStaticConstraints() {
12841284
* methods. This verification pass is usually invoked when a class is resolved; and it may be possible that this
12851285
* verification pass has to load in other classes such as superclasses or implemented interfaces. Therefore, Pass 1 is
12861286
* run on them.<BR>
1287-
* Note that most referenced classes are <B>not</B> loaded in for verification or for an existance check by this pass;
1287+
* Note that most referenced classes are <B>not</B> loaded in for verification or for an existence check by this pass;
12881288
* only the syntactical correctness of their names and descriptors (a.k.a. signatures) is checked.<BR>
12891289
* Very few checks that conceptually belong here are delayed until pass 3a in JustIce. JustIce does not only check for
12901290
* syntactical correctness but also for semantical sanity - therefore it needs access to the "Code" array of methods in

0 commit comments

Comments
 (0)