about summary refs log tree commit diff stats
path: root/miasm/arch/mep/regs.py
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-03-18 09:08:21 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2024-03-18 10:10:24 +0100
commit46a201ecd64b478fc947d8b1b2e830b767bb66eb (patch)
tree99818d355ee172717fc4322e3c0c7a7ae112979c /miasm/arch/mep/regs.py
parent2b1273e097495cbce6df53b0e5d9f03692df82b0 (diff)
downloadfocaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.tar.gz
focaccia-miasm-46a201ecd64b478fc947d8b1b2e830b767bb66eb.zip
Fix typos found by codespell
Diffstat (limited to 'miasm/arch/mep/regs.py')
-rw-r--r--miasm/arch/mep/regs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/mep/regs.py b/miasm/arch/mep/regs.py
index b7fa2a78..be195b61 100644
--- a/miasm/arch/mep/regs.py
+++ b/miasm/arch/mep/regs.py
@@ -44,7 +44,7 @@ csr_names = ["PC", "LP", "SAR", "S3", "RPB", "RPE", "RPC", "HI", "LO",
 csr_exprs, csr_inits, csr_infos = gen_regs(csr_names, globals())
 
 # Define aliases to control/special registers
-PC = csr_exprs[0]  # Program Conter. On MeP, it is the special register R0
+PC = csr_exprs[0]  # Program Counter. On MeP, it is the special register R0
 LP = csr_exprs[1]  # Link Pointer. On MeP, it is the special register R1
 SAR = csr_exprs[2]  # Shift Amount Register. On MeP, it is the special register R2
 RPB = csr_exprs[4]  # Repeat Begin. On MeP, it is the special register R4