From bafb46d60789fffd016586202706ff5661dad407 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 23 May 2009 16:28:12 +0800 Subject: [PATCH] Typo --- swig/gsl_typemaps.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swig/gsl_typemaps.i b/swig/gsl_typemaps.i index 987e713..c904297 100644 --- a/swig/gsl_typemaps.i +++ b/swig/gsl_typemaps.i @@ -12,7 +12,7 @@ /***************************** * handle 'double const []' as an input array of doubles - * We allocate the C array at the begining and free it at the end + * We allocate the C array at the beginning and free it at the end */ %typemap(in) double const [] { AV *tempav; @@ -50,7 +50,7 @@ /***************************** * handle 'float const []' as an input array of floats - * We allocate the C array at the begining and free it at the end + * We allocate the C array at the beginning and free it at the end */ %typemap(in) float const [] { AV *tempav; -- 2.11.4.GIT