* doc/c-tree.texi (Namespaces): Fix typo.
authorGabor Greif <ggreif@lucent.com>
Fri, 7 Feb 2003 14:44:19 +0000 (14:44 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Fri, 7 Feb 2003 14:44:19 +0000 (14:44 +0000)
From-SVN: r62522

gcc/ChangeLog
gcc/doc/c-tree.texi

index 948e11df57779eedc47b19eb5a591df026a3eb99..cbf69e62fdd14c9ee43561b90828876cbda455c0 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  Gabor Greif  <ggreif@lucent.com>
+
+       * doc/c-tree.texi (Namespaces): Fix typo.
+
 Fri Feb  7 02:18:57 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * regrename.c (do_replace, find_oldest_value_reg,
index 8f5a5bb74d23c7f8661c410a59c0b16685b03c44..fbc90fa34f2fc2ff86c4e53d7df014af433faaba 100644 (file)
@@ -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.