diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-07 07:05:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-07 07:05:52 +0000 |
commit | 1fd2a3d65825dffe00e65d5419f6e8ca556b4b74 (patch) | |
tree | 8c1f9e3f753c573aa133a6250647f36f9d837735 /gcc/ch | |
parent | 3ef696ce58e601d8de7c512a6d1fdad31868e7d3 (diff) | |
download | gcc-1fd2a3d65825dffe00e65d5419f6e8ca556b4b74.tar.gz |
* decl.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35541 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-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 1a200bb2ebe..5bbd150ab69 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 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, |