Fix typo in comment (deobfuscator -> obfuscator)

Signed-off-by: Graham <gpe@openrs2.dev>
pull/102/head
Graham 4 years ago
parent a5285306c1
commit 2ac0e7eb50
  1. 4
      deob/src/main/java/dev/openrs2/deob/transform/ConstantArgTransformer.kt

@ -80,8 +80,8 @@ class ConstantArgTransformer : Transformer() {
* point, but strictly speaking we only need to count <init>
* methods invoked with reflection as entry points (like
* VisibilityTransformer). However, it makes no difference in this
* case, as the deobfuscator does not add dummy constant arguments
* to constructors.
* case, as the obfuscator does not add dummy constant arguments to
* constructors.
*
* It also counts native methods as an entry point. This isn't
* problematic as they don't have an InsnList, so we skip them.

Loading…
Cancel
Save