[Ada] Minor fix grammar in comment of N_Defining_Identifier
authorPiotr Trojanek <trojanek@adacore.com>
Thu, 24 May 2018 13:06:16 +0000 (13:06 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Thu, 24 May 2018 13:06:16 +0000 (13:06 +0000)
2018-05-24  Piotr Trojanek  <trojanek@adacore.com>

gcc/ada/

* sinfo.ads: Fix grammar in comment.

From-SVN: r260662

gcc/ada/ChangeLog
gcc/ada/sinfo.ads

index b0ce1be..ae80df8 100644 (file)
@@ -1,3 +1,7 @@
+2018-05-24  Piotr Trojanek  <trojanek@adacore.com>
+
+       * sinfo.ads: Fix grammar in comment.
+
 2018-05-24  Justin Squirek  <squirek@adacore.com>
 
        * einfo.ads, einfo.adb (Append_Entity): Modified to use Link_Entities
index 5107665..b09ca10 100644 (file)
@@ -2863,7 +2863,7 @@ package Sinfo is
       --  Einfo.
 
       --  Note: N_Defining_Identifier is an extended node whose fields are
-      --  deliberate layed out to match the layout of fields in an ordinary
+      --  deliberately layed out to match the layout of fields in an ordinary
       --  N_Identifier node allowing for easy alteration of an identifier
       --  node into a defining identifier node. For details, see procedure
       --  Sinfo.CN.Change_Identifier_To_Defining_Identifier.