aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2019-07-03 08:15:39 +0000
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>2019-07-03 08:15:39 +0000
commit866000e7fb53a137db4e876dcd3f6b46195a6683 (patch)
treee94ee49705a2fa9ac3694bcc63fb6f3d9655aec2 /gcc/ada/sinfo.ads
parente08a896b96792d73293db82d0dc3541c17e545ad (diff)
downloadgcc-866000e7fb53a137db4e876dcd3f6b46195a6683.zip
gcc-866000e7fb53a137db4e876dcd3f6b46195a6683.tar.gz
gcc-866000e7fb53a137db4e876dcd3f6b46195a6683.tar.bz2
[Ada] Minor editorial corrections and reformatting
2019-07-03 Gary Dismukes <dismukes@adacore.com> gcc/ada/ * bindo-augmentors.adb, bindo-augmentors.ads, bindo-builders.ads, bindo-elaborators.adb, sem_ch12.adb, sem_ch13.adb, sem_spark.adb, sinfo.ads: Minor editorial corrections and reformatting. From-SVN: r272979
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r--gcc/ada/sinfo.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 75883f0..b1e57bf 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -3226,8 +3226,8 @@ package Sinfo is
-- in package Einfo.
-- Note: N_Defining_Character_Literal is an extended node whose fields
- -- are deliberate laid out to match the layout of fields in an ordinary
- -- N_Character_Literal node allowing for easy alteration of a character
+ -- are deliberately laid out to match layout of fields in an ordinary
+ -- N_Character_Literal node, allowing for easy alteration of a character
-- literal node into a defining character literal node. For details, see
-- Sinfo.CN.Change_Character_Literal_To_Defining_Character_Literal.