From: Kazu Hirata Date: Mon, 7 Aug 2000 07:05:52 +0000 (+0000) Subject: * decl.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26f1aa5fd265ba52b62e9786d792f772b851472c;p=gcc.git * decl.c: Fix a comment typo. From-SVN: r35541 --- diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 1a200bb2ebe..5bbd150ab69 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-08-07 Kazu Hirata + + * decl.c: Fix a comment typo. + 2000-08-04 Zack Weinberg * Make-lang.in (cc1chill): Depend on $(BACKEND), not stamp-objlist. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index d5fcb1d26aa..ba541145397 100644 --- a/gcc/ch/decl.c +++ b/gcc/ch/decl.c @@ -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,