From 28e7c5dac1f4485382a85cc8c6954c19b7a4ac5b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 12 Dec 2018 13:25:32 -0500 Subject: small typo --- python/lowlevelil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.3.1