public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5024] [Ada] sem_util.adb: fix typos in Accessibility_Level docs
@ 2021-11-09  9:46 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-11-09  9:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:adc9410f95e3712f3f2fc4fe0e4a356af605fcd3

commit r12-5024-gadc9410f95e3712f3f2fc4fe0e4a356af605fcd3
Author: Ghjuvan Lacambre <lacambre@adacore.com>
Date:   Wed Oct 27 10:26:00 2021 +0200

    [Ada] sem_util.adb: fix typos in Accessibility_Level docs
    
    gcc/ada/
    
            * sem_util.adb (Accessibility_Level): Fix typos.

Diff:
---
 gcc/ada/sem_util.adb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/ada/sem_util.adb b/gcc/ada/sem_util.adb
index 72406813857..8785e2e140c 100644
--- a/gcc/ada/sem_util.adb
+++ b/gcc/ada/sem_util.adb
@@ -686,9 +686,9 @@ package body Sem_Util is
                return New_Occurrence_Of
                         (Get_Dynamic_Accessibility (E), Loc);
 
-            --  Initialization procedures have a special extra accessitility
+            --  Initialization procedures have a special extra accessibility
             --  parameter associated with the level at which the object
-            --  begin initialized exists
+            --  being initialized exists
 
             elsif Ekind (E) = E_Record_Type
               and then Is_Limited_Record (E)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-09  9:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  9:46 [gcc r12-5024] [Ada] sem_util.adb: fix typos in Accessibility_Level docs Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).