diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2016-04-30 19:18:00 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-02 18:37:09 -0400 |
commit | eae4b2b67bc8c68e2440616a447ca6c6898ad188 (patch) | |
tree | ae51716b64a81b720d9513c5e33262c0d0a88e57 /common/kgdb.c | |
parent | 09c2b8f3e39925e5bdff12cb90add09bc9e117d4 (diff) | |
download | u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.tar.gz u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.tar.bz2 u-boot-eae4b2b67bc8c68e2440616a447ca6c6898ad188.zip |
Fix spelling of "occurred".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/kgdb.c')
-rw-r--r-- | common/kgdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |