aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 15:14:12 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2015-10-16 15:14:12 +0200
commitf99a9fea99d0fb4ff9d065c7ce558e78fd6900b9 (patch)
treeeb4f69401b1f6623c20b68f184469a09bc0854df
parent33398e3c4e7b38f6cf484942fe205be9003017c8 (diff)
downloadgcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.zip
gcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.tar.gz
gcc-f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9.tar.bz2
Fix typo.
From-SVN: r228898
-rw-r--r--gcc/ada/a-except-2005.adb2
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);