aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2018-05-25 09:03:14 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2018-05-25 09:03:14 +0000
commit6b5eb7d7d4368326570f7cb0a26828b8f8f1db8a (patch)
treec2fa8a2e9d424e28463d353c4bd912be96d63f30
parent5fe0b8c32cbafad220cfc7668bde71c2cf8d072f (diff)
downloadgcc-6b5eb7d7d4368326570f7cb0a26828b8f8f1db8a.zip
gcc-6b5eb7d7d4368326570f7cb0a26828b8f8f1db8a.tar.gz
gcc-6b5eb7d7d4368326570f7cb0a26828b8f8f1db8a.tar.bz2
[Ada] Minor comment fix
2018-05-25 Bob Duff <duff@adacore.com> gcc/ada/ * sem_util.ads: Minor comment fix. From-SVN: r260718
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/sem_util.ads2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index a473077..132037c 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2018-05-25 Bob Duff <duff@adacore.com>
+
+ * sem_util.ads: Minor comment fix.
+
2018-05-25 Ed Schonberg <schonberg@adacore.com>
* exp_unst.adb (Visit_Node): Restrict check for uplevel references in
diff --git a/gcc/ada/sem_util.ads b/gcc/ada/sem_util.ads
index 2aa7432..739a4d0 100644
--- a/gcc/ada/sem_util.ads
+++ b/gcc/ada/sem_util.ads
@@ -2781,7 +2781,7 @@ package Sem_Util is
-- specified we check only for the given stream operation.
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:
-- * private view and full view of a deferred constant
-- --> full view