* interface.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 22 Dec 2006 01:09:02 +0000 (01:09 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 22 Dec 2006 01:09:02 +0000 (01:09 +0000)
From-SVN: r120135

gcc/fortran/ChangeLog
gcc/fortran/interface.c

index 5d12d75..a7ae44b 100644 (file)
@@ -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
index 6ffa4b2..1a5485e 100644 (file)
@@ -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;