about summary refs log tree commit diff stats
path: root/miasm/arch/x86/sem.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2024-03-28 15:31:07 +0100
committerGitHub <noreply@github.com>2024-03-28 15:31:07 +0100
commit1ba37c39b1fa70651a1c7748c5829656cd3e6dea (patch)
treee74b76e29d6618228b67112543943215f0eb011d /miasm/arch/x86/sem.py
parent319229f8675fb3d84655b1701a31eb9064560d3c (diff)
parent46a201ecd64b478fc947d8b1b2e830b767bb66eb (diff)
downloadfocaccia-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.py2
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: