Fix typos in comments.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9116 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-05-14 20:19:21 +00:00
commit faa6c0b375

View file

@ -173,7 +173,7 @@ int Dispatcher::emit_one(Node *n) {
/* ----------------------------------------------------------------------
* Dispatcher::emit_children()
*
* Emit all children that matches the given type. type = 0 means all types.
* Emit all children that match the given type. type = 0 means all types.
* ---------------------------------------------------------------------- */
int Dispatcher::emit_children(Node *n) {
@ -254,8 +254,8 @@ Language::Language() :
"}\n", NIL);
/*
Default director 'protected' constructor code, disable by
default. Each language that need it, has to define it.
Default director 'protected' constructor code, disabled by
default. Each language that needs it, has to define it.
*/
director_prot_ctor_code = 0;
director_multiple_inheritance = 1;