]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2011 13:02:49 +0000 (15:02 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2011 13:02:49 +0000 (15:02 +0200)
From-SVN: r178533

gcc/ada/lib-xref-alfa.adb

index c58f600d88c626872b0ed2c9e825731d5a1acdaa..dd3c78cb2dd555603d39f4e291d7715f6b5f3c3e 100644 (file)
@@ -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;