OSDN Git Service

* decl.c: Fix a comment typo.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2000 07:05:52 +0000 (07:05 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Aug 2000 07:05:52 +0000 (07:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35541 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1a200bb..5bbd150 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 d5fcb1d..ba54114 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,