minor mode: fixed argument name (code documentation)

This commit is contained in:
Elias Bachaalany 2016-04-29 09:55:08 -07:00
parent 260a7cea8a
commit 82ff1d0eef

View File

@ -509,7 +509,7 @@ cs_insn * CAPSTONE_API cs_malloc(csh handle);
@handle: handle returned by cs_open() @handle: handle returned by cs_open()
@code: buffer containing raw binary code to be disassembled @code: buffer containing raw binary code to be disassembled
@code_size: size of above code @size: size of above code
@address: address of the first insn in given raw code buffer @address: address of the first insn in given raw code buffer
@insn: pointer to instruction to be filled in by this API. @insn: pointer to instruction to be filled in by this API.