From: charlet Date: Fri, 16 Oct 2015 13:14:12 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0a0cd86e480aac4b9c2966fa4503c0511c90b39;p=thirdparty%2Fgcc.git Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228898 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/a-except-2005.adb b/gcc/ada/a-except-2005.adb index 92bec03f294b..10f06bfd931b 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);