aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch4.adb
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2020-04-08 23:01:13 +0200
committerPierre-Marie de Rodat <derodat@adacore.com>2020-06-16 09:07:17 -0400
commite8bb6ff9598cd9586a4b447abfddc3b5727559f9 (patch)
tree788f0d2a0823bd528c13f6a84fbb0ba8e9f5c93a /gcc/ada/sem_ch4.adb
parenta1447c2a842b4954ed57d0b17f43959003dedd01 (diff)
downloadgcc-e8bb6ff9598cd9586a4b447abfddc3b5727559f9.zip
gcc-e8bb6ff9598cd9586a4b447abfddc3b5727559f9.tar.gz
gcc-e8bb6ff9598cd9586a4b447abfddc3b5727559f9.tar.bz2
[Ada] Minor casing of " The " after a comma in docs and comments
2020-06-16 Piotr Trojanek <trojanek@adacore.com> gcc/ada/ * checks.adb, doc/gnat_ugn/the_gnat_compilation_model.rst, einfo.ads, exp_ch5.adb, exp_ch7.adb, lib-xref.ads, libgnat/g-spitbo.ads, make.adb, sem_aux.adb, sem_ch3.adb, sem_ch4.adb, sem_ch5.adb, urealp.adb: Fix wrong casing. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r--gcc/ada/sem_ch4.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb
index 5453156..92c5a7a 100644
--- a/gcc/ada/sem_ch4.adb
+++ b/gcc/ada/sem_ch4.adb
@@ -3279,7 +3279,7 @@ package body Sem_Ch4 is
-- When the type Address is a visible integer type, and the DEC
-- system extension is visible, the predefined operator may be
-- hidden as well, by one of the address operations in auxdec.
- -- Finally, The abstract operations on address do not hide the
+ -- Finally, the abstract operations on address do not hide the
-- predefined operator (this is the purpose of making them abstract).
-----------------------------------