diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-06-17 15:23:44 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-06-17 15:23:44 -0400 |
| commit | f9121c18673a58cb9b1820656f82e05b1ac4b7b8 (patch) | |
| tree | 2572b6f529cc308f98e4c983409a61dd5c92e71f /python/lowlevelil.py | |
| parent | 4eae3900e12e9acc30ed682a0f058abfb3758fa1 (diff) | |
many spelling fixes
Diffstat (limited to 'python/lowlevelil.py')
| -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 ff68d912..59521a67 100644 --- a/python/lowlevelil.py +++ b/python/lowlevelil.py @@ -1923,7 +1923,7 @@ class LowLevelILFunction(object): def arith_shift_right(self, size, a, b, flags=None): """ - ``arith_shift_right`` shifts arithmatic right expression ``a`` by expression ``b`` potentially setting flags + ``arith_shift_right`` shifts arithmetic right expression ``a`` by expression ``b`` potentially setting flags ``flags`` and returning an expression of ``size`` bytes. :param int size: the size of the result in bytes |
