summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-16 13:14:12 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2015-10-16 13:14:12 +0000
commitc0a0cd86e480aac4b9c2966fa4503c0511c90b39 (patch)
treeeb4f69401b1f6623c20b68f184469a09bc0854df
parent7dd0b9b3e834600ab20675d17ca9a70957339d99 (diff)
downloadgcc-c0a0cd86e480aac4b9c2966fa4503c0511c90b39.tar.gz
Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228898 138bc75d-0d04-0410-961f-82ee72b054a4
-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 92bec03f294..10f06bfd931 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);