From 33a17fd35995a7f679f92600055a8f55ae380022 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 17 Mar 2011 03:22:12 +0100 Subject: Fix a bunch of typos. Fix a bunch of typos. Most are in code comments, so nothing should break. UNKOWN_COMMAND and CMD_UNKOWN are not used elsewhere, so correcting the spelling should also not break anything. --- src/target/mips32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/mips32.c') diff --git a/src/target/mips32.c b/src/target/mips32.c index e48a040c..79215b5f 100644 --- a/src/target/mips32.c +++ b/src/target/mips32.c @@ -351,7 +351,7 @@ static int mips32_run_and_wait(struct target *target, uint32_t entry_point, pc = buf_get_u32(mips32->core_cache->reg_list[MIPS32_PC].value, 0, 32); 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; } -- cgit v1.2.3