From adc9fe67ba827c1fba67ca5e1ebc7901bb156450 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 10 Jan 2002 20:45:54 +0000 Subject: [PATCH] * doc/extend.texi (deprecated): Fix a typo. From-SVN: r48751 --- gcc/ChangeLog | 4 ++++ gcc/doc/extend.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee9b1d2..76fcfba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-10 Kazu Hirata + + * doc/extend.texi (deprecated): Fix a typo. + Thu Jan 10 22:35:54 CET 2002 Jan Hubicka * basic-block.h (update_br_prob_note): Declare. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 63095ba..6266964 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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 -- 2.7.4