diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 15:14:12 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-16 15:14:12 +0200 |
commit | f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9 (patch) | |
tree | eb4f69401b1f6623c20b68f184469a09bc0854df /gcc | |
parent | 33398e3c4e7b38f6cf484942fe205be9003017c8 (diff) | |
download | gcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.zip gcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.tar.gz gcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.tar.bz2 |
Fix typo.
From-SVN: r228898
Diffstat (limited to 'gcc')
-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 92bec03..10f06bf 100644 --- a/gcc/ada/a-except-2005.adb +++ b/gcc/ada/a-except-2005.adb @@ -226,7 +226,7 @@ package body Ada.Exceptions is --------------------------------------- function Allocate_Occurrence return EOA; - -- Allocate an exception occurence (as well as the machine occurence) + -- Allocate an exception occurrence (as well as the machine occurrence) procedure Propagate_Exception (Excep : EOA); pragma No_Return (Propagate_Exception); |