summaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2002-01-10 20:45:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-01-10 20:45:54 +0000
commitadc9fe67ba827c1fba67ca5e1ebc7901bb156450 (patch)
tree09e78048839e908b7a28b0056785390eed9a6a35 /gcc/doc/extend.texi
parentb446e5a266b232e701fd4a9a7bd48f0aab8fc2c5 (diff)
downloadgcc-adc9fe67ba827c1fba67ca5e1ebc7901bb156450.tar.gz
* doc/extend.texi (deprecated): Fix a typo.
From-SVN: r48751
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 63095ba3c0f..6266964686c 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