diff options
Diffstat (limited to 'gcc/ada/a-except-2005.ads')
-rw-r--r-- | gcc/ada/a-except-2005.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/a-except-2005.ads b/gcc/ada/a-except-2005.ads index 8457c031d04..a7dbfd62430 100644 --- a/gcc/ada/a-except-2005.ads +++ b/gcc/ada/a-except-2005.ads @@ -251,7 +251,7 @@ private -- is already deferred. function Triggered_By_Abort return Boolean; - -- Determine whether the current exception (if exists) is an instance of + -- Determine whether the current exception (if it exists) is an instance of -- Standard'Abort_Signal. ----------------------- |