diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:36 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:36 -0500 |
| commit | 2de6ae566e2f7351d548e330addd82cc5c4d670d (patch) | |
| tree | 82ef653bfa495546b11b28da5e8a8719ad14fcc6 /python | |
| parent | 4c58c514e4acfa5cb95a53c7fa09f115e886c107 (diff) | |
fix a typo
Diffstat (limited to 'python')
| -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 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 |
