]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7m.c
Fix a bunch of typos.
[openocd] / src / target / armv7m.c
index 4fcde16fd4d865ef47c604084fd9aac75844e690..fff5dd84062d1c8b7850f5f525f443dd82a577f8 100644 (file)
@@ -315,7 +315,7 @@ static int armv7m_run_and_wait(struct target *target, uint32_t entry_point, int
        armv7m->load_core_reg_u32(target, ARMV7M_REGISTER_CORE_GP, 15, &pc);
        if (exit_point && (pc != exit_point))
        {
-               LOG_DEBUG("failed algoritm halted at 0x%" PRIx32 " ", pc);
+               LOG_DEBUG("failed algorithm halted at 0x%" PRIx32 " ", pc);
                return ERROR_TARGET_TIMEOUT;
        }