aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPiotr Trojanek <trojanek@adacore.com>2021-03-10 14:44:11 +0100
committerPierre-Marie de Rodat <derodat@adacore.com>2021-06-17 10:32:13 -0400
commitcad7431bd64325e1a30f868615aa04d01a472b01 (patch)
treefc743d4831f7dab15439346a4b720398946798ae /gcc
parent3447d9e49e33199b4c5c0fe16e272e3ecfd36275 (diff)
downloadgcc-cad7431bd64325e1a30f868615aa04d01a472b01.zip
gcc-cad7431bd64325e1a30f868615aa04d01a472b01.tar.gz
gcc-cad7431bd64325e1a30f868615aa04d01a472b01.tar.bz2
[Ada] Fix punctuation in documentation of warnings for aliasing actuals
gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst (-gnatw.I): Remove double period at the end of sentence. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst2
-rw-r--r--gcc/ada/gnat_ugn.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
index 63b3f17..446e7cf 100644
--- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
+++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
@@ -3253,7 +3253,7 @@ of the pragma in the :title:`GNAT_Reference_manual`).
:switch:`-gnatw.I`
*Disable warnings on overlapping actuals.*
- This switch disables warnings on overlapping actuals in a call..
+ This switch disables warnings on overlapping actuals in a call.
.. index:: -gnatwj (gcc)
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 78814c3..f7773c3 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -11387,7 +11387,7 @@ types of the actuals are not by-copy types. This warning is off by default.
@emph{Disable warnings on overlapping actuals.}
-This switch disables warnings on overlapping actuals in a call..
+This switch disables warnings on overlapping actuals in a call.
@end table
@geindex -gnatwj (gcc)