Commit fb19dec9 by Arnaud Charlet

Fix typo.

From-SVN: r178533
parent ec09f261
...@@ -627,7 +627,7 @@ package body Alfa is ...@@ -627,7 +627,7 @@ package body Alfa is
-- references. -- references.
if Present (Etype (E)) if Present (Etype (E))
and then Ekind (Etype (E)) in E_Concurrent_Kind and then Ekind (Etype (E)) in Concurrent_Kind
then then
return False; return False;
end if; end if;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment