Fix typo in comment

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9303 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-20 05:51:00 +00:00
commit 4ad3708693

View file

@ -24,7 +24,7 @@
* $rc = foo($a);
*
* Even though $a looks like it's passed by value,
* it's value can be changed by foo().
* its value can be changed by foo().
* ----------------------------------------------------------------------------- */
%define double_typemap(TYPE)