]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* 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 5d12d75966ca4a0192a7042637e7d74e3617758e..a7ae44b91699bd27cd5649c9665940748d475513 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 6ffa4b2e9820af41da212d8469bd551d050c3fad..1a5485eaf71f9ceefe1c41a20b9d1ad3ac83b53d 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;