From 6b5eb7d7d4368326570f7cb0a26828b8f8f1db8a Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Fri, 25 May 2018 09:03:14 +0000 Subject: [PATCH] [Ada] Minor comment fix 2018-05-25 Bob Duff gcc/ada/ * sem_util.ads: Minor comment fix. From-SVN: r260718 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/sem_util.ads | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index a4730773bcb..132037c752c 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2018-05-25 Bob Duff + + * sem_util.ads: Minor comment fix. + 2018-05-25 Ed Schonberg * 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 2aa7432fbcf..739a4d06eb8 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 -- 2.30.2