From b85dcae447581d06013cb7d68f582a8708c3cc50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Harboe?= Date: Sun, 18 Jul 2010 22:56:01 +0200 Subject: [PATCH] spelling fixes in comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Øyvind Harboe --- src/target/cortex_a8.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/target/cortex_a8.c b/src/target/cortex_a8.c index afe5b6cb0..90e1a00f0 100644 --- a/src/target/cortex_a8.c +++ b/src/target/cortex_a8.c @@ -109,7 +109,7 @@ static int cortex_a8_init_debug_access(struct target *target) /* Resync breakpoint registers */ - /* Since this is likley called from init or reset, update targtet state information*/ + /* Since this is likely called from init or reset, update target state information*/ retval = cortex_a8_poll(target); return retval; @@ -1101,7 +1101,7 @@ static int cortex_a8_restore_context(struct target *target, bool bpwp) /* - * Cortex-A8 Breakpoint and watchpoint fuctions + * Cortex-A8 Breakpoint and watchpoint functions */ /* Setup hardware Breakpoint Register Pair */ @@ -1261,7 +1261,7 @@ static int cortex_a8_remove_breakpoint(struct target *target, struct breakpoint struct cortex_a8_common *cortex_a8 = target_to_cortex_a8(target); #if 0 -/* It is perfectly possible to remove brakpoints while the taget is running */ +/* It is perfectly possible to remove breakpoints while the target is running */ if (target->state != TARGET_HALTED) { LOG_WARNING("target not halted"); @@ -1283,7 +1283,7 @@ static int cortex_a8_remove_breakpoint(struct target *target, struct breakpoint /* - * Cortex-A8 Reset fuctions + * Cortex-A8 Reset functions */ static int cortex_a8_assert_reset(struct target *target) @@ -1803,7 +1803,7 @@ static uint32_t cortex_a8_get_ttb(struct target *target) 2, 0, /* CRn, CRm */ &ttb); } - /* finaly we don't know whose ttb to use: user or kernel */ + /* finally we don't know whose ttb to use: user or kernel */ else LOG_ERROR("Don't know how to get ttb for current mode!!!"); -- 2.11.4.GIT