Fix typos.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 16 Nov 2005 09:06:33 +0000 (10:06 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 16 Nov 2005 09:06:33 +0000 (10:06 +0100)
From-SVN: r107073

gcc/ada/gnat_rm.texi

index 6c60f418ec3b40aea50c33329bce04d2e12d7b1f..9baa081a7034d9c0a4bc2b65ffd4f3caff57f93f 100644 (file)
@@ -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