diff options
author | Ronan Desplanques <desplanques@adacore.com> | 2024-11-28 14:25:55 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@gcc.gnu.org> | 2024-12-13 09:36:00 +0100 |
commit | 95711d6ba78efaf1b090185f7419518dcb287395 (patch) | |
tree | 2677d63ada2088ac3306e6157b482121950b0e60 /gcc/ada | |
parent | 82c1b037959d06a76309e4d371aba020b010d9fa (diff) | |
download | gcc-95711d6ba78efaf1b090185f7419518dcb287395.zip gcc-95711d6ba78efaf1b090185f7419518dcb287395.tar.gz gcc-95711d6ba78efaf1b090185f7419518dcb287395.tar.bz2 |
ada: Fix typo in reference manual
gcc/ada/ChangeLog:
* doc/gnat_rm/gnat_language_extensions.rst: Fix typo.
* gnat_rm.texi: Regenerate.
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/doc/gnat_rm/gnat_language_extensions.rst | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_rm.texi | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_ugn.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/doc/gnat_rm/gnat_language_extensions.rst b/gcc/ada/doc/gnat_rm/gnat_language_extensions.rst index 32fa6fb..4e7f9fa 100644 --- a/gcc/ada/doc/gnat_rm/gnat_language_extensions.rst +++ b/gcc/ada/doc/gnat_rm/gnat_language_extensions.rst @@ -1516,7 +1516,7 @@ No_Raise aspect The ``No_Raise`` aspect can be applied to a subprogram to declare that this subprogram is not expected to raise any exceptions. Should an exception still occur during the execution of -this subpropgram, ``Program_Error`` is raised. +this subprogram, ``Program_Error`` is raised. New specification for ``Ada.Finalization.Controlled`` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index e2e2c31..adced89 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -30742,7 +30742,7 @@ heap-allocated objects The @code{No_Raise} aspect can be applied to a subprogram to declare that this subprogram is not expected to raise any exceptions. Should an exception still occur during the execution of -this subpropgram, @code{Program_Error} is raised. +this subprogram, @code{Program_Error} is raised. @menu * New specification for Ada.Finalization.Controlled: New specification for Ada Finalization Controlled. diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index d6c87ef..662fe1c 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -29839,8 +29839,8 @@ to permit their use in free software. @printindex ge -@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @anchor{d2}@w{ } +@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @c %**end of body @bye |