From: charlet Date: Mon, 5 Sep 2011 13:02:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: upstream/4.9.2~17933 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4f17bd00b6c2cf9ca0eed666120f0c70ff71e89;p=platform%2Fupstream%2Flinaro-gcc.git Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178533 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ada/lib-xref-alfa.adb b/gcc/ada/lib-xref-alfa.adb index c58f600..dd3c78c 100644 --- a/gcc/ada/lib-xref-alfa.adb +++ b/gcc/ada/lib-xref-alfa.adb @@ -627,7 +627,7 @@ package body Alfa is -- references. if Present (Etype (E)) - and then Ekind (Etype (E)) in E_Concurrent_Kind + and then Ekind (Etype (E)) in Concurrent_Kind then return False; end if;