aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc
diff options
context:
space:
mode:
authorGary Dismukes <dismukes@adacore.com>2020-05-07 14:58:33 -0400
committerPierre-Marie de Rodat <derodat@adacore.com>2020-07-06 07:35:23 -0400
commitaaa3a6753574594b73746ddaf6e3b4e042a6a586 (patch)
treedda0699d83499c7ff9074bea1d38a3e0b0a94c6c /gcc/ada/doc
parent0fc1b4ad1d2015fd464f4c843945b1919c666c94 (diff)
downloadgcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.zip
gcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.tar.gz
gcc-aaa3a6753574594b73746ddaf6e3b4e042a6a586.tar.bz2
[Ada] Various typo fixes and reformatting of comments
gcc/ada/ * doc/gnat_rm/implementation_defined_pragmas.rst, errout.ads, erroutc.adb, exp_ch4.adb, exp_ch6.adb, freeze.adb: Comment rewording/reformatting/typo fixes. Replace "ie." with "that is" in comment; "can not" -> "cannot", and remove an extraneous underscore in another comment. * gnat_rm.texi, gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc')
-rw-r--r--gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
index d100b22..2f60db5 100644
--- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
+++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
@@ -982,9 +982,9 @@ with a first parameter of True is to warn a client about use of a package,
for example that it is not fully implemented.
In previous versions of the compiler, combining *-gnatwe* with
-Compile_Time_Warning resulted in an fatal error. Now the compiler will always
-emit a warning. You can use :ref:`Compile_Time_Error` to force the generation
-of an error.
+Compile_Time_Warning resulted in a fatal error. Now the compiler always emits
+a warning. You can use :ref:`Compile_Time_Error` to force the generation of
+an error.
Pragma Compiler_Unit
====================