diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 01:09:02 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-22 01:09:02 +0000 |
| commit | 72a7c713baebad1f6c6591ffaebb04042fc0128b (patch) | |
| tree | aa758b26168290dcd89a879b04879673a9c0d5d9 /gcc | |
| parent | 8af9e72f402c28e4ee6b09bff67b3e7003acb630 (diff) | |
| download | ppe42-gcc-72a7c713baebad1f6c6591ffaebb04042fc0128b.tar.gz ppe42-gcc-72a7c713baebad1f6c6591ffaebb04042fc0128b.zip | |
* interface.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120135 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/fortran/interface.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 5d12d75966c..a7ae44b9169 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2006-12-22 Kazu Hirata <kazu@codesourcery.com> + + * interface.c: Fix a comment typo. + 2006-12-21 Paul Thomas <pault@gcc.gnu.org> PR fortran/30273 diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 6ffa4b2e982..1a5485eaf71 100644 --- a/gcc/fortran/interface.c +++ b/gcc/fortran/interface.c @@ -1034,7 +1034,7 @@ check_sym_interfaces (gfc_symbol * sym) } } - /* Originally, this test was aplied to host interfaces too; + /* Originally, this test was applied to host interfaces too; this is incorrect since host associated symbols, from any source, cannot be ambiguous with local symbols. */ k = sym->attr.referenced || !sym->attr.use_assoc; |

