Merge commit 'v2.6.39-rc3' into for-2.6.39
[pandora-kernel.git] / arch / cris / arch-v32 / kernel / signal.c
index b3a05ae..ce4ab1a 100644 (file)
@@ -610,7 +610,7 @@ ugdb_trap_user(struct thread_info *ti, int sig)
                user_regs(ti)->spc = 0;
        }
        /* FIXME: Filter out false h/w breakpoint hits (i.e. EDA
-          not withing any configured h/w breakpoint range). Synchronize with
+          not within any configured h/w breakpoint range). Synchronize with
           what already exists for kernel debugging.  */
        if (((user_regs(ti)->exs & 0xff00) >> 8) == BREAK_8_INTR_VECT) {
                /* Break 8: subtract 2 from ERP unless in a delay slot. */