Fix typo.
authorArnaud Charlet <charlet@gcc.gnu.org>
Fri, 16 Oct 2015 13:14:12 +0000 (15:14 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 16 Oct 2015 13:14:12 +0000 (15:14 +0200)
From-SVN: r228898

gcc/ada/a-except-2005.adb

index 92bec03f294b8cde0ed5a2c50d790ed723c84482..10f06bfd931b11771aa90f68a5518bece8a946dc 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);