Commit 9aaea2cc by Bob Duff Committed by Pierre-Marie de Rodat

[Ada] Minor comment fix

2019-12-16  Bob Duff  <duff@adacore.com>

gcc/ada/

	* sem_util.ads: Minor comment fix.

From-SVN: r279439
parent eb2ff584
2019-12-16 Bob Duff <duff@adacore.com> 2019-12-16 Bob Duff <duff@adacore.com>
* sem_util.ads: Minor comment fix.
2019-12-16 Bob Duff <duff@adacore.com>
* errout.ads, errout.adb (Is_Size_Too_Small_Message): Check for * errout.ads, errout.adb (Is_Size_Too_Small_Message): Check for
"size for" instead of "size for& too small, minimum allowed is "size for" instead of "size for& too small, minimum allowed is
^". ^".
......
...@@ -2686,7 +2686,7 @@ package Sem_Util is ...@@ -2686,7 +2686,7 @@ package Sem_Util is
function Scope_Within_Or_Same function Scope_Within_Or_Same
(Inner : Entity_Id; (Inner : Entity_Id;
Outer : Entity_Id) return Boolean; Outer : Entity_Id) return Boolean;
-- Determine whether scope Inner appears within scope Outer or both renote -- Determine whether scope Inner appears within scope Outer or both denote
-- the same scope. Note that scopes are partially ordered, so Scope_Within -- the same scope. Note that scopes are partially ordered, so Scope_Within
-- (A, B) and Scope_Within (B, A) may both return False. -- (A, B) and Scope_Within (B, A) may both return False.
......
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