summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-12-12 13:25:32 -0500
committerJordan Wiens <jordan@psifertex.com>2018-12-12 13:25:32 -0500
commit28e7c5dac1f4485382a85cc8c6954c19b7a4ac5b (patch)
tree81ccd37bb9f8ca3efb85f8754dc339c3932f59d0
parentad7f863aea7006d3b8bc8fef044cbcb34f8faff5 (diff)
small typo
-rw-r--r--python/lowlevelil.py2
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