summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2018-02-16 10:47:36 -0500
committerJordan Wiens <jordan@psifertex.com>2018-02-16 10:47:36 -0500
commit2de6ae566e2f7351d548e330addd82cc5c4d670d (patch)
tree82ef653bfa495546b11b28da5e8a8719ad14fcc6 /python/lowlevelil.py
parent4c58c514e4acfa5cb95a53c7fa09f115e886c107 (diff)
fix a typo
Diffstat (limited to 'python/lowlevelil.py')
-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