aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-10 17:49:46 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-10 17:49:46 +0000
commit6892757caee1495c4fd7abbd2ad2cb308d979714 (patch)
tree8dfb35ba0b4318e078363fa36f85602c9b782c5e /gcc/fortran
parentbde8313852cd5ff12b3a7339f929955b0f945059 (diff)
downloadgcc-6892757caee1495c4fd7abbd2ad2cb308d979714.zip
gcc-6892757caee1495c4fd7abbd2ad2cb308d979714.tar.gz
gcc-6892757caee1495c4fd7abbd2ad2cb308d979714.tar.bz2
* interface.c: Fix a comment typo.
From-SVN: r97951
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/interface.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index af6bc8a..04cab32 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c
index 28dec37..6cb8fc6 100644
--- a/gcc/fortran/interface.c
+++ b/gcc/fortran/interface.c
@@ -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.