* ada-lang.c (print_recreate_exception)

<ex_catch_exception_unhandled>: It's "catch exception unhandled",
	not "catch unhandled".
This commit is contained in:
Pedro Alves 2010-04-19 17:06:11 +00:00
parent c481e77ec5
commit 78076abca5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-04-19 Pedro Alves <pedro@codesourcery.com>
* ada-lang.c (print_recreate_exception)
<ex_catch_exception_unhandled>: It's "catch exception unhandled",
not "catch unhandled".
2010-04-19 Pedro Alves <pedro@codesourcery.com>
PR breakpoints/8554.

View File

@ -10364,7 +10364,7 @@ print_recreate_exception (enum exception_catchpoint_kind ex,
break;
case ex_catch_exception_unhandled:
fprintf_filtered (fp, "catch unhandled");
fprintf_filtered (fp, "catch exception unhandled");
break;
case ex_catch_assert: