]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* interface.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 10 Apr 2005 17:49:46 +0000 (17:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 10 Apr 2005 17:49:46 +0000 (17:49 +0000)
From-SVN: r97951

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

index af6bc8a703e000ad307d7e05c61c00121a8e2e8c..04cab329d187247dd9e20ee51e308bfc8b0195d9 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-10  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * interface.c: Fix a comment typo.
+
 2005-04-10  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
 
        * match.c (match_arithmetic_if): Arithmetic IF is obsolete in
index 28dec37a271c276a9757d83634858bd4442ab189..6cb8fc6584ad70ab1c48db0e0cf63c21856ca823 100644 (file)
@@ -41,7 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 
    Generic interfaces:
      The generic name points to a linked list of symbols.  Each symbol
-     has an explicit interface.  Each explicit interface has it's own
+     has an explicit interface.  Each explicit interface has its own
      namespace containing the arguments.  Module procedures are symbols in
      which the interface is added later when the module procedure is parsed.