diff options
Diffstat (limited to 'gcc/ada/a-exexpr.adb')
-rw-r--r-- | gcc/ada/a-exexpr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-exexpr.adb b/gcc/ada/a-exexpr.adb index 1a300b57e5b..6ad6d4ead36 100644 --- a/gcc/ada/a-exexpr.adb +++ b/gcc/ada/a-exexpr.adb @@ -58,7 +58,7 @@ package body Exception_Propagation is is pragma Unreferenced (Excep, Current, Reraised); begin - -- In the GNAT-SJLJ case this "stack" only exists implicitely, by way of + -- In the GNAT-SJLJ case this "stack" only exists implicitly, by way of -- local occurrence declarations together with save/restore operations -- generated by the front-end, and this routine has nothing to do. |