* doc/extend.texi (deprecated): Fix a typo.
authorKazu Hirata <kazu@hxi.com>
Thu, 10 Jan 2002 20:45:54 +0000 (20:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 10 Jan 2002 20:45:54 +0000 (20:45 +0000)
From-SVN: r48751

gcc/ChangeLog
gcc/doc/extend.texi

index ee9b1d2f6b9c4cc4619b38b9619df1fe7de320aa..76fcfbab3c13ad2919773b091e4e10a3fe5a3aa3 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-10  Kazu Hirata  <kazu@hxi.com>
+
+       * doc/extend.texi (deprecated): Fix a typo.
+
 Thu Jan 10 22:35:54 CET 2002  Jan Hubicka  <jh@suse.cz>
 
        * basic-block.h (update_br_prob_note): Declare.
index 63095ba3c0f2022f80039761fb9b495df1b97a61..6266964686cc3bd03f85504fc13af7c833f6570b 100644 (file)
@@ -3264,7 +3264,7 @@ If possible, the warning also includes the location of the declaration
 of the deprecated type, to enable users to easily find further
 information about why the type is deprecated, or what they should do
 instead.  Note that the warnings only occur for uses and then only
-if the type is being applied to a identifier that itself is not being
+if the type is being applied to an identifier that itself is not being
 declared as deprecated.
 
 @smallexample