Fix typo.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Oct 2015 13:14:12 +0000 (13:14 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Oct 2015 13:14:12 +0000 (13:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228898 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/a-except-2005.adb

index 92bec03..10f06bf 100644 (file)
@@ -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);