Skip to content

Commit

Permalink
Merge pull request capstone-engine#658 from lallousx86/master
Browse files Browse the repository at this point in the history
minor mode: fixed argument name (code documentation)
  • Loading branch information
aquynh committed Apr 29, 2016
2 parents 0c86440 + db77204 commit 01d5be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/capstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ cs_insn * CAPSTONE_API cs_malloc(csh handle);
@handle: handle returned by cs_open()
@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
@insn: pointer to instruction to be filled in by this API.
Expand Down

0 comments on commit 01d5be1

Please sign in to comment.