* decl.c: Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Mon, 7 Aug 2000 07:05:52 +0000 (07:05 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Aug 2000 07:05:52 +0000 (01:05 -0600)
From-SVN: r35541

gcc/ch/ChangeLog
gcc/ch/decl.c

index 1a200bb2ebec237c8bb6c098309671e50f688c77..5bbd150ab693c51043df2cea776a9ba71402c5b4 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-07  Kazu Hirata  <kazu@hxi.com>
+
+       * decl.c: Fix a comment typo.
+
 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
 
        * Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist.
index d5fcb1d26aa8b9a2dcf2b1d1506b773801072a06..ba541145397d977b3b20657f8765523f6deeb24d 100644 (file)
@@ -85,7 +85,7 @@ Boston, MA 02111-1307, USA.  */
    This must be done before we can Layout a.
    The reason this is an issue is that we do *not* have a lookup
    (or hash) table per scope (or module).  Instead we have a single
-   global table we we keep adding and removing bindings from.
+   global table we keep adding and removing bindings from.
    (This is both for speed, and because of gcc history.)
 
    Note that a SEIZE generates a declaration in the current scope,