[Ada] Minor comment fix
authorBob Duff <duff@adacore.com>
Mon, 16 Dec 2019 10:35:17 +0000 (10:35 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 16 Dec 2019 10:35:17 +0000 (10:35 +0000)
2019-12-16  Bob Duff  <duff@adacore.com>

gcc/ada/

* sem_util.ads: Minor comment fix.

From-SVN: r279439

gcc/ada/ChangeLog
gcc/ada/sem_util.ads

index 078a238de3763165e7b0123ee7b6b54b75224a1e..9a422d812bcd184d3e64278e639c51400c33e60d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 2882917bf9f6606f217e2e6f6f936df3b0f677fb..351d992a4d5302f68a9e6181f317eb1015522fba 100644 (file)
@@ -2686,7 +2686,7 @@ package Sem_Util is
    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.