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/fortran/interface.c | |
| 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/fortran/interface.c')
| -rw-r--r-- | gcc/fortran/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |

