diff options
Diffstat (limited to 'gcc/ada/a-except-2005.adb')
-rw-r--r-- | gcc/ada/a-except-2005.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-except-2005.adb b/gcc/ada/a-except-2005.adb index 69e6406a634..0994d201402 100644 --- a/gcc/ada/a-except-2005.adb +++ b/gcc/ada/a-except-2005.adb @@ -398,7 +398,7 @@ package body Ada.Exceptions is -- is deferred before the reraise operation. -- Save_Occurrence variations: As the management of the private data - -- attached to occurrences is delicate, wether or not pointers to such + -- attached to occurrences is delicate, whether or not pointers to such -- data has to be copied in various situations is better made explicit. -- The following procedures provide an internal interface to help making -- this explicit. |