Commit 6b5eb7d7 by Bob Duff Committed by Pierre-Marie de Rodat

[Ada] Minor comment fix

2018-05-25  Bob Duff  <duff@adacore.com>

gcc/ada/

	* sem_util.ads: Minor comment fix.

From-SVN: r260718
parent 5fe0b8c3
2018-05-25 Bob Duff <duff@adacore.com>
* sem_util.ads: Minor comment fix.
2018-05-25 Ed Schonberg <schonberg@adacore.com> 2018-05-25 Ed Schonberg <schonberg@adacore.com>
* exp_unst.adb (Visit_Node): Restrict check for uplevel references in * exp_unst.adb (Visit_Node): Restrict check for uplevel references in
......
...@@ -2781,7 +2781,7 @@ package Sem_Util is ...@@ -2781,7 +2781,7 @@ package Sem_Util is
-- specified we check only for the given stream operation. -- specified we check only for the given stream operation.
function Unique_Defining_Entity (N : Node_Id) return Entity_Id; function Unique_Defining_Entity (N : Node_Id) return Entity_Id;
-- Return the entity which represents declaration N, so that different -- Return the entity that represents declaration N, so that different
-- views of the same entity have the same unique defining entity: -- views of the same entity have the same unique defining entity:
-- * private view and full view of a deferred constant -- * private view and full view of a deferred constant
-- --> full view -- --> full view
......
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