]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arc/kernel/unwind.c
scripts/spelling.txt: add regsiter -> register spelling mistake
[karo-tx-linux.git] / arch / arc / kernel / unwind.c
index b6e4f7a7419b3215d8b24103ee5a035ee50c96c7..333daab7def028761478b4215bf7f50335d4f05d 100644 (file)
@@ -845,7 +845,7 @@ static int processCFI(const u8 *start, const u8 *end, unsigned long targetLoc,
                                    * state->dataAlign;
                                break;
                        case DW_CFA_def_cfa_register:
-                               unw_debug("cfa_def_cfa_regsiter: ");
+                               unw_debug("cfa_def_cfa_register: ");
                                state->cfa.reg = get_uleb128(&ptr.p8, end);
                                break;
                                /*todo case DW_CFA_def_cfa_expression: */