From 869f684bb26a89ca5adb59494860b09b4d93242b Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 14 May 2006 20:19:21 +0000 Subject: [PATCH] Fix typos in comments. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9116 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Modules/lang.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SWIG/Source/Modules/lang.cxx b/SWIG/Source/Modules/lang.cxx index a948d4a44..c4aadb8ec 100644 --- a/SWIG/Source/Modules/lang.cxx +++ b/SWIG/Source/Modules/lang.cxx @@ -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;