summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-09-08 17:00:52 -0400
committerJordan Wiens <jordan@psifertex.com>2020-09-08 17:00:52 -0400
commite43ca43c14f211f03892621678146f4f7894be0e (patch)
treef4e7fad2cdd7b9c793c35b3cba2c61b5b35aa7db /docs/dev
parent73b649e79d5cd219cb56866abf2ee5e6a64d976a (diff)
typoe in the mlil documentation
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/bnil-mlil.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/bnil-mlil.md b/docs/dev/bnil-mlil.md
index 28d2b221..3d268321 100644
--- a/docs/dev/bnil-mlil.md
+++ b/docs/dev/bnil-mlil.md
@@ -323,7 +323,7 @@ The parameter list can be accessed through the ``params`` property:
* ``MLIL_XOR`` - Bitwise XOR ``left`` expression with the ``right`` expression
* ``MLIL_LSL`` - Logical shift left the ``left`` expression by the number of bits stored in the ``right`` expression
* ``MLIL_LSR`` - Logical shift right the ``left`` expression by the number of bits stored in the ``right`` expression
-* ``MLIL_ASR`` - Arithmetic shift left the ``left`` expression by the number of bits stored in the ``right`` expression
+* ``MLIL_ASR`` - Arithmetic shift right the ``left`` expression by the number of bits stored in the ``right`` expression
* ``MLIL_ROL`` - Rotate left the ``left`` expression by the number of bits stored in the ``right`` expression
* ``MLIL_RLC`` - Rotate left with carry the ``left`` expression and the ``carry`` expression by the number of bits stored in the ``right`` expression
* ``MLIL_ROR`` - Rotate right the ``left`` expression by the number of bits stored in the ``right`` expression