diff options
author | Piotr Trojanek <trojanek@adacore.com> | 2020-04-08 23:01:13 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-06-16 09:07:17 -0400 |
commit | e8bb6ff9598cd9586a4b447abfddc3b5727559f9 (patch) | |
tree | 788f0d2a0823bd528c13f6a84fbb0ba8e9f5c93a /gcc/ada/lib-xref.ads | |
parent | a1447c2a842b4954ed57d0b17f43959003dedd01 (diff) | |
download | gcc-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/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index bc48957..cb1e57c 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -592,7 +592,7 @@ package Lib.Xref is -- What we do in such cases is to gather nodes, where we would have liked -- to call Generate_Reference but we couldn't because we didn't know enough - -- into this table, Then we deal with generating references later on when + -- into this table, then we deal with generating references later on when -- we have sufficient information to do it right. type Deferred_Reference_Entry is record |