From f99a9fea99d0fb4ff9d065c7ce558e78fd6900b9 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 16 Oct 2015 15:14:12 +0200 Subject: [PATCH] Fix typo. From-SVN: r228898 --- gcc/ada/a-except-2005.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2