Skip to content

Commit af25a0d

Browse files
committed
Fix spelling in comment
1 parent 499d1ab commit af25a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/bcel/classfile/Utility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ public static String signatureToString(final String signature, final boolean cho
11561156
String typeParams = "";
11571157
int index = 0;
11581158
if (signature.charAt(0) == '<') {
1159-
// we have type paramters
1159+
// we have type parameters
11601160
typeParams = typeParamTypesToString(signature, chopit);
11611161
index += unwrap(CONSUMER_CHARS); // update position
11621162
}

0 commit comments

Comments
 (0)