summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/doc/c-tree.texi
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-08-22 02:56:07 +0000
committerkan <kan@FreeBSD.org>2003-08-22 02:56:07 +0000
commit61e519ea39ae3e7da7754ac55be8c0443ae420e2 (patch)
treed9ba6250139a4332cf27a501e45674c8157f1642 /contrib/gcc/doc/c-tree.texi
parent6ff48acf086d689c2d10a6aecf71e05a04658ff5 (diff)
parent08db0e4d745472adc9c30de407304713c78e950e (diff)
downloadFreeBSD-src-61e519ea39ae3e7da7754ac55be8c0443ae420e2.zip
FreeBSD-src-61e519ea39ae3e7da7754ac55be8c0443ae420e2.tar.gz
This commit was generated by cvs2svn to compensate for changes in r119256,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/doc/c-tree.texi')
-rw-r--r--contrib/gcc/doc/c-tree.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/doc/c-tree.texi b/contrib/gcc/doc/c-tree.texi
index 8f5a5bb..fbc90fa3 100644
--- a/contrib/gcc/doc/c-tree.texi
+++ b/contrib/gcc/doc/c-tree.texi
@@ -1,4 +1,4 @@
-@c Copyright (c) 1999, 2000, 2001 Free Software Foundation, Inc.
+@c Copyright (c) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
@c Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -645,7 +645,7 @@ the unqualified name of the name of the namespace (@pxref{Identifiers}).
The name of the global namespace is @samp{::}, even though in C++ the
global namespace is unnamed. However, you should use comparison with
@code{global_namespace}, rather than @code{DECL_NAME} to determine
-whether or not a namespaces is the global one. An unnamed namespace
+whether or not a namespace is the global one. An unnamed namespace
will have a @code{DECL_NAME} equal to @code{anonymous_namespace_name}.
Within a single translation unit, all unnamed namespaces will have the
same name.
OpenPOWER on IntegriCloud