From: Arnaud Charlet Date: Fri, 16 Oct 2015 13:14:12 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9;p=gcc.git Fix typo. From-SVN: r228898 --- 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);