diff --git a/src/target/stm32f1.c b/src/target/stm32f1.c index 643283cb6b3..5a7bd832c43 100644 --- a/src/target/stm32f1.c +++ b/src/target/stm32f1.c @@ -185,7 +185,7 @@ bool gd32f1_probe(target_s *target) /* Identify RISC-V GD32VF1 chips */ bool gd32vf1_probe(target_s *const target) { - /* Make sure the architechture ID matches */ + /* Make sure the architecture ID matches */ if (target->cpuid != 0x80000022U) return false; /* Then read out the device ID */