diff options
Diffstat (limited to 'python/lowlevelil.py')
| -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 |
