From ae9f46eecdd24736ddbf64b11959d3d80eb29c84 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 10 Apr 2005 17:49:46 +0000 Subject: [PATCH] * interface.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97951 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/interface.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index af6bc8a703e0..04cab329d187 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-04-10 Kazu Hirata + + * interface.c: Fix a comment typo. + 2005-04-10 Francois-Xavier Coudert * match.c (match_arithmetic_if): Arithmetic IF is obsolete in diff --git a/gcc/fortran/interface.c b/gcc/fortran/interface.c index 28dec37a271c..6cb8fc6584ad 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. -- 2.47.3