Commit 6892757c by Kazu Hirata Committed by Kazu Hirata

* interface.c: Fix a comment typo.

From-SVN: r97951
parent bde83138
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> 2005-04-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* match.c (match_arithmetic_if): Arithmetic IF is obsolete in * match.c (match_arithmetic_if): Arithmetic IF is obsolete in
......
...@@ -41,7 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -41,7 +41,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Generic interfaces: Generic interfaces:
The generic name points to a linked list of symbols. Each symbol 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 namespace containing the arguments. Module procedures are symbols in
which the interface is added later when the module procedure is parsed. which the interface is added later when the module procedure is parsed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment