diff options
| author | Josh Ferrell <josh@vector35.com> | 2023-07-25 12:14:20 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2023-07-25 12:14:20 -0400 |
| commit | 5978a0ede2c071b547b692033f561641edc4ac37 (patch) | |
| tree | 61c76be7ffc658f5482c87ee9e0deaa87379e617 | |
| parent | e2fc992d668992bf25487a3f490367a6276ed906 (diff) | |
Fix typo
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index cb4c3e9b..f17808c0 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -381,7 +381,7 @@ extern "C" ConstStringDataTokenContext = 7, // For ConstData strings StringReferenceTokenContext = 8, // For References to strings StringDataVariableTokenContext = 9, // For String DataVariables - StringDisplayTokenContex = 10 // For displaying strings which aren't associated with an address + StringDisplayTokenContext = 10 // For displaying strings which aren't associated with an address } BNInstructionTextTokenContext; typedef enum BNLinearDisassemblyLineType |
