diff options
| author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2024-03-18 09:08:21 +0100 |
|---|---|---|
| committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2024-03-18 10:10:24 +0100 |
| commit | 46a201ecd64b478fc947d8b1b2e830b767bb66eb (patch) | |
| tree | 99818d355ee172717fc4322e3c0c7a7ae112979c /miasm/arch/x86/sem.py | |
| parent | 2b1273e097495cbce6df53b0e5d9f03692df82b0 (diff) | |
| download | focaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.tar.gz focaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.zip | |
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: |