From 6bd53139fbc2ee82c5578891a01d22e19f305936 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 20 Jun 2010 15:27:34 +0000 Subject: [PATCH] Fix typo in comment git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12139 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/swigrun.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/swigrun.swg b/Lib/swigrun.swg index a8e9ad74c0b..e5afb62c44e 100644 --- a/Lib/swigrun.swg +++ b/Lib/swigrun.swg @@ -51,7 +51,7 @@ /* Flags/methods for returning states. - The SWIG conversion methods, as ConvertPtr, return and integer + The SWIG conversion methods, as ConvertPtr, return an integer that tells if the conversion was successful or not. And if not, an error code can be returned (see swigerrors.swg for the codes).