2019-12-16 Bob Duff <duff@adacore.com>
gcc/ada/
* sem_util.ads: Minor comment fix.
From-SVN: r279439
+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
function Scope_Within_Or_Same
(Inner : Entity_Id;
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
-- (A, B) and Scope_Within (B, A) may both return False.