summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/lowlevelil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lowlevelil.py b/python/lowlevelil.py
index e64e20fd..d2f02c3d 100644
--- a/python/lowlevelil.py
+++ b/python/lowlevelil.py
@@ -968,7 +968,7 @@ class LowLevelILFunction(object):
def load(self, size, addr):
"""
- ``laod`` Reads ``size`` bytes from the expression ``addr``
+ ``load`` Reads ``size`` bytes from the expression ``addr``
:param int size: number of bytes to read
:param LowLevelILExpr addr: the expression to read memory from