* interface.c: Fix a comment typo.

From-SVN: r97951
This commit is contained in:
Kazu Hirata 2005-04-10 17:49:46 +00:00 committed by Kazu Hirata
parent bde8313852
commit 6892757cae
2 changed files with 5 additions and 1 deletions

View 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

View 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.