summaryrefslogtreecommitdiff
path: root/Lib/perl5
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2017-08-13 18:04:33 +1200
committerOlly Betts <olly@survex.com>2017-08-13 18:04:33 +1200
commit90f9117e10172722c03dcfde74b35ddd93d6072d (patch)
tree4f0d9df09757225bbbac5a995ef65420e3272323 /Lib/perl5
parent74a4cc878629781bf63899ee4a5eff04b03b0027 (diff)
downloadswig-90f9117e10172722c03dcfde74b35ddd93d6072d.tar.gz
Fix various comment and documentation typos
Diffstat (limited to 'Lib/perl5')
-rw-r--r--Lib/perl5/perlrun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/perl5/perlrun.swg b/Lib/perl5/perlrun.swg
index d1865de0a..cc4ba446a 100644
--- a/Lib/perl5/perlrun.swg
+++ b/Lib/perl5/perlrun.swg
@@ -392,7 +392,7 @@ SWIG_Perl_NewPackedObj(SWIG_MAYBE_PERL_OBJECT void *ptr, int sz, swig_type_info
return result;
}
-/* Convert a packed value value */
+/* Convert a packed pointer value */
SWIGRUNTIME int
SWIG_Perl_ConvertPacked(SWIG_MAYBE_PERL_OBJECT SV *obj, void *ptr, int sz, swig_type_info *ty) {
swig_cast_info *tc;