diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2024-04-28 15:04:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-28 15:04:51 +0200 |
| commit | cf4c72de949a92bd8b84d58eac14ca25b23b2a79 (patch) | |
| tree | 29e3f0df3c497b0b6519053bd715a094556c5dd7 /doc/jitter | |
| parent | 0fffa143ce89d8ece7d6a705afc0a1fefd16896a (diff) | |
| parent | 09e1fd8e6dc86ae1acf0b631a601f2a0a71857aa (diff) | |
| download | miasm-cf4c72de949a92bd8b84d58eac14ca25b23b2a79.tar.gz miasm-cf4c72de949a92bd8b84d58eac14ca25b23b2a79.zip | |
Merge pull request #1481 from W0ni/patch-1
Fix typo
Diffstat (limited to 'doc/jitter')
| -rw-r--r-- | doc/jitter/jitter.ipynb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/jitter/jitter.ipynb b/doc/jitter/jitter.ipynb index 02011437..adab4c5b 100644 --- a/doc/jitter/jitter.ipynb +++ b/doc/jitter/jitter.ipynb @@ -129,7 +129,7 @@ "source": [ "For now, our emulator is an empty box. It has:\n", "\n", - "* registers, reachable from the `.cpu` attribute. These are initiallized to 0.\n", + "* registers, reachable from the `.cpu` attribute. These are initialized to 0.\n", "* a virtual memory, reachable from the `.vm` attribute. It starts empty." ] }, |