diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-02-16 10:47:36 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-03-23 17:10:06 -0400 |
| commit | a3b13baea1546bfb63ece95c227f01e2b556d6bb (patch) | |
| tree | 82ef653bfa495546b11b28da5e8a8719ad14fcc6 /python | |
| parent | a2630d8dfc594638d1cf6e92b9ac5fc5a3e472da (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 |
