summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Forax <forax@univ-mlv.fr>2022-10-25 10:21:39 +0000
committerRemi Forax <forax@univ-mlv.fr>2022-10-25 10:21:39 +0000
commit225f6ceb9756c7d4dc52806c7a531fc4639759ab (patch)
tree27d59a17bc28dae7cff810edcd29a4f3e459459a
parent03417d00b01ebd4e559bb2eacb8fa094e54a7d4d (diff)
parentbff9a53554dea4352ebd258e8aa6387bbb959050 (diff)
downloadow2-asm-225f6ceb9756c7d4dc52806c7a531fc4639759ab.tar.gz
Merge branch 'master' into 'master'
fix a typo in javadoc of ASMifier See merge request asm/asm!364
-rw-r--r--asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java b/asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java
index 2d1966a5..28f960c0 100644
--- a/asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java
+++ b/asm-util/src/main/java/org/objectweb/asm/util/ASMifier.java
@@ -43,7 +43,7 @@ import org.objectweb.asm.Type;
import org.objectweb.asm.TypePath;
/**
- * A {@link Printer} that prints the ASM code to generate the classes if visits.
+ * A {@link Printer} that prints the ASM code to generate the classes it visits.
*
* @author Eric Bruneton
*/