mirror of
https://github.com/cea-sec/miasm
synced 2026-08-17 10:26:03 -04:00
Fix typo
This commit is contained in:
parent
4c2a4f3b70
commit
09e1fd8e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue