diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-12-12 13:25:32 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-12-12 13:25:32 -0500 |
| commit | 28e7c5dac1f4485382a85cc8c6954c19b7a4ac5b (patch) | |
| tree | 81ccd37bb9f8ca3efb85f8754dc339c3932f59d0 /python | |
| parent | ad7f863aea7006d3b8bc8fef044cbcb34f8faff5 (diff) | |
small typo
Diffstat (limited to 'python')
| -rw-r--r-- | python/lowlevelil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py index 3d330aa9..c8db74b6 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -721,7 +721,7 @@ class LowLevelILFunction(object): LLFC_ULE u<= Unsigned less than or equal LLFC_SGE s>= Signed greater than or equal LLFC_UGE u>= Unsigned greater than or equal - LLFC_SGT s> Signed greather than + LLFC_SGT s> Signed greater than LLFC_UGT u> Unsigned greater than LLFC_NEG - Negative LLFC_POS + Positive |
