about summary refs log tree commit diff stats
path: root/doc/ir/lift.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ir/lift.ipynb')
-rw-r--r--doc/ir/lift.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ir/lift.ipynb b/doc/ir/lift.ipynb
index aaa20a0b..56ce6fbd 100644
--- a/doc/ir/lift.ipynb
+++ b/doc/ir/lift.ipynb
@@ -1729,7 +1729,7 @@
     "\n",
     "```\n",
     "\n",
-    "This is the generic code used in `x86_64` to model function calls. But you can finely model functions. For example, suppose you are analysing code on `x86_32` with `stdcall` convention. Suppose you know the callee clean its stack arguments. Supppose as well you know for each function how many arguments it has. You can then customize the model to match the callee and compute the correct stack modification, as well as getting the arguments from stack:\n",
+    "This is the generic code used in `x86_64` to model function calls. But you can finely model functions. For example, suppose you are analysing code on `x86_32` with `stdcall` convention. Suppose you know the callee clean its stack arguments. Suppose as well you know for each function how many arguments it has. You can then customize the model to match the callee and compute the correct stack modification, as well as getting the arguments from stack:\n",
     "\n",
     "\n",
     "\n"