diff options
author | Kazu Hirata <kazu@hxi.com> | 2000-08-07 07:05:52 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-07 01:05:52 -0600 |
commit | 26f1aa5fd265ba52b62e9786d792f772b851472c (patch) | |
tree | 8c1f9e3f753c573aa133a6250647f36f9d837735 /gcc | |
parent | 720a9d43fda7db23654770c125da8a355c8a6f99 (diff) | |
download | gcc-26f1aa5fd265ba52b62e9786d792f772b851472c.zip gcc-26f1aa5fd265ba52b62e9786d792f772b851472c.tar.gz gcc-26f1aa5fd265ba52b62e9786d792f772b851472c.tar.bz2 |
* decl.c: Fix a comment typo.
From-SVN: r35541
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/decl.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 1a200bb..5bbd150 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -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. diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c index d5fcb1d..ba54114 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, |