about summary refs log tree commit diff stats
path: root/doc/ir
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-03-18 09:08:21 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-03-18 10:10:24 +0100
commit46a201ecd64b478fc947d8b1b2e830b767bb66eb (patch)
tree99818d355ee172717fc4322e3c0c7a7ae112979c /doc/ir
parent2b1273e097495cbce6df53b0e5d9f03692df82b0 (diff)
downloadfocaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.tar.gz
focaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.zip
Fix typos found by codespell
Diffstat (limited to 'doc/ir')
-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"