diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2024-03-28 15:31:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 15:31:07 +0100 |
| commit | 1ba37c39b1fa70651a1c7748c5829656cd3e6dea (patch) | |
| tree | e74b76e29d6618228b67112543943215f0eb011d /miasm/arch/x86/sem.py | |
| parent | 319229f8675fb3d84655b1701a31eb9064560d3c (diff) | |
| parent | 46a201ecd64b478fc947d8b1b2e830b767bb66eb (diff) | |
| download | focaccia-miasm-1ba37c39b1fa70651a1c7748c5829656cd3e6dea.tar.gz focaccia-miasm-1ba37c39b1fa70651a1c7748c5829656cd3e6dea.zip | |
Merge pull request #1474 from DimitriPapadopoulos/codespell
Fix typos found by codespell
Diffstat (limited to 'miasm/arch/x86/sem.py')
| -rw-r--r-- | miasm/arch/x86/sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/x86/sem.py b/miasm/arch/x86/sem.py index ffa2641c..81e45e7e 100644 --- a/miasm/arch/x86/sem.py +++ b/miasm/arch/x86/sem.py @@ -5057,7 +5057,7 @@ def ldmxcsr(ir, instr, dst): def _select4(src, control): - # Implementation inspired from Intel Intrisics Guide + # Implementation inspired from Intel Intrinsics Guide # @control is already resolved (was an immediate) if control == 0: |