diff --git a/nselib/jdwp.lua b/nselib/jdwp.lua index a3bd94ad9..1e22ef519 100644 --- a/nselib/jdwp.lua +++ b/nselib/jdwp.lua @@ -1,4 +1,4 @@ ---- JDWP library implementing a set of commands needed to +--- JDWP (Java Debug Wire Protocol) library implementing a set of commands needed to -- use remote debugging port and inject java bytecode. -- -- There are two basic packet types in JDWP protool.