From: Arnaud Charlet Date: Mon, 5 Sep 2011 13:02:49 +0000 (+0200) Subject: Fix typo. X-Git-Tag: releases/gcc-4.7.0~3962 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb19dec9b4b50a8f39a48195347d5d60dc687c3b;p=thirdparty%2Fgcc.git Fix typo. From-SVN: r178533 --- diff --git a/gcc/ada/lib-xref-alfa.adb b/gcc/ada/lib-xref-alfa.adb index c58f600d88c6..dd3c78cb2dd5 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;