Skip to content

Commit

Permalink
target/stm32f1: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
perigoso authored and dragonmux committed Aug 1, 2023
1 parent a2b4c0d commit a355322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/stm32f1.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a355322

Please sign in to comment.