summaryrefslogtreecommitdiff
path: root/ext/XS/Typemap/Typemap.xs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS/Typemap/Typemap.xs')
-rw-r--r--ext/XS/Typemap/Typemap.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS/Typemap/Typemap.xs
index 1901549489..feed61b904 100644
--- a/ext/XS/Typemap/Typemap.xs
+++ b/ext/XS/Typemap/Typemap.xs
@@ -120,7 +120,7 @@ T_AVREF( av )
=item T_HVREF
From the perl level this is a reference to a perl hash.
-From the C level this is a pointer to a HV.
+From the C level this is a pointer to an HV.
=cut
@@ -201,7 +201,7 @@ T_UV( uv )
=item T_IV
A signed integer. This is cast to the required integer type when
-passed to C and converted to a IV when passed back to Perl.
+passed to C and converted to an IV when passed back to Perl.
=cut