Fix comment typo in typemap

This commit is contained in:
Olly Betts 2013-03-26 15:07:16 +13:00
commit 1e00ce6bf9

View file

@ -48,7 +48,7 @@
const double & ($basetype temp)
%{ temp = ($basetype)$input; $1 = &temp; %}
the other tipical change is to add the enum SWIGTYPE to the
the other typical change is to add the enum SWIGTYPE to the
integer throws typemaps:
%typemap(throws) int,