From 1e00ce6bf963d501d1e056abcd70ae66be5fed94 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 26 Mar 2013 15:07:16 +1300 Subject: [PATCH] Fix comment typo in typemap --- Examples/test-suite/primitive_types.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/primitive_types.i b/Examples/test-suite/primitive_types.i index f912bd77c..9425cc1a0 100644 --- a/Examples/test-suite/primitive_types.i +++ b/Examples/test-suite/primitive_types.i @@ -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,