Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / cris / arch-v32 / kernel / kgdb.c
index 6b653323d796bebc1f48951d9b763429e37c5ea5..c0343c3ea7f8e592ab4288ee6c56bf48e68ec0a7 100644 (file)
@@ -925,7 +925,7 @@ stub_is_stopped(int sigval)
 
                                        if (reg.eda >= bp_d_regs[bp * 2] &&
                                            reg.eda <= bp_d_regs[bp * 2 + 1]) {
-                                               /* EDA withing range for this BP; it must be the one
+                                               /* EDA within range for this BP; it must be the one
                                                   we're looking for. */
                                                stopped_data_address = reg.eda;
                                                break;