Skip to content

Commit

Permalink
Merge pull request capstone-engine#654 from lallousx86/master
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
aquynh committed Apr 27, 2016
2 parents a997340 + 7cab4da commit e95eddb
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 @@ -121,7 +121,7 @@ typedef struct cs_opt_mem {

// Runtime option for the disassembled engine
typedef enum cs_opt_type {
CS_OPT_INVALID = 0, // No opetion specified
CS_OPT_INVALID = 0, // No option specified
CS_OPT_SYNTAX, // Assembly output syntax
CS_OPT_DETAIL, // Break down instruction structure into details
CS_OPT_MODE, // Change engine's mode at run-time
Expand Down

0 comments on commit e95eddb

Please sign in to comment.