X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fkgdb.c;h=daf53bed7a9630133c659e0384307c480a8292b6;hb=f5b66af2cb18b1577b2898413e98df7dcd9bc67f;hp=d357463695f3c0cc85dd2b88ce2504a7312dd97a;hpb=e38b15b0619f9a8b869896229355808f494fb2ac;p=oweals%2Fu-boot.git diff --git a/common/kgdb.c b/common/kgdb.c index d357463695..daf53bed7a 100644 --- a/common/kgdb.c +++ b/common/kgdb.c @@ -326,7 +326,7 @@ handle_exception (struct pt_regs *regs) return (0); } - /* probably should check which exception occured as well */ + /* probably should check which exception occurred as well */ if (longjmp_on_fault) { longjmp_on_fault = 0; kgdb_longjmp(error_jmp_buf, KGDBERR_MEMFAULT);