summaryrefslogtreecommitdiff
path: root/docs/dev/bnil-mlil.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-05-28 14:11:36 -0400
committerJordan Wiens <jordan@psifertex.com>2021-05-28 14:11:36 -0400
commit4c8f4c3ddb307bfd3168cf5bd573e1dffda9629b (patch)
tree8fade82e2e87d11f587f240c9207d6e84df7f7d0 /docs/dev/bnil-mlil.md
parent02b4a33634636eef37b2dc35eb90d6dbfbfc5ad9 (diff)
additional BNIL documentation cleanup
Diffstat (limited to 'docs/dev/bnil-mlil.md')
-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 6239fadb..643e7ce6 100644
--- a/docs/dev/bnil-mlil.md
+++ b/docs/dev/bnil-mlil.md
@@ -365,7 +365,7 @@ The parameter list can be accessed through the `params` property:
* `MLIL_SX` - Sign extends the `src` expression
* `MLIL_ZX` - Zero extends the `src` expression
* `MLIL_ADD_OVERFLOW` - Calculates overflow of the addition of `left` expression with `right` expression
-* `MLIL_BOOL_TO_INT` - Converts a bool to an integer
+* `MLIL_BOOL_TO_INT` - Converts a bool `src` to an integer
### Comparison Instructions