aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2005-11-16 09:06:33 +0000
committerArnaud Charlet <charlet@adacore.com>2005-11-16 09:06:33 +0000
commita5b0f4408e4afa514af6853666a6d25a30e4bfae (patch)
tree1443e5a32cfbf786f3559e63661ff1dd5c9f5424 /gcc/ada
parente3f6cb9d8cd6568321279807a9f03ece6d0577f1 (diff)
Fix typos.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@107073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/gnat_rm.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi
index 6c60f418ec3..9baa081a703 100644
--- a/gcc/ada/gnat_rm.texi
+++ b/gcc/ada/gnat_rm.texi
@@ -3029,7 +3029,7 @@ pragma Obsolescent [(static_string_EXPRESSION [,Ada_05])];
@noindent
This pragma can occur immediately following a subprogram
-declaration in which indicates that the associated function or procedure
+declaration and indicates that the associated function or procedure
is considered obsolescent and should not be used. Typically this is
used when an API must be modified by eventually removing or modifying
existing subprograms. The pragma can be used at an intermediate stage
@@ -3054,7 +3054,7 @@ the identifier Ada_05, no other argument is allowed), then the
indication of obsolescence applies only when compiling in Ada 2005
mode. This is primarily intended for dealing with the situations
in the predefined library where subprograms or packages
-have become definedas obsolescent in Ada 2005
+have become defined as obsolescent in Ada 2005
(e.g. in Ada.Characters.Handling), but may be used anywhere.
@node Pragma Passive