cvsuser 04/12/23 11:23:09
Modified: docs/pdds pdd16_native_call.pod
Log:
Fix a couple of typos
Revision Changes Path
1.13 +3 -3 parrot/docs/pdds/pdd16_native_call.pod
Index: pdd16_native_call.pod
===================================================================
RCS file: /cvs/public/parrot/docs/pdds/pdd16_native_call.pod,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pdd16_native_call.pod 12 Oct 2004 11:18:12 -0000 1.12
+++ pdd16_native_call.pod 23 Dec 2004 19:23:09 -0000 1.13
@@ -1,5 +1,5 @@
# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
-# $Id: pdd16_native_call.pod,v 1.12 2004/10/12 11:18:12 leo Exp $
+# $Id: pdd16_native_call.pod,v 1.13 2004/12/23 19:23:09 scog Exp $
=head1 NAME
@@ -96,7 +96,7 @@
PMC thingie. A generic pointer, taken from or stuck into a PMC's
data pointer. If this is a return type, parrot will create a new
-UnManagedStruct PMC type, which is just a generic "pointer so some
+UnManagedStruct PMC type, which is just a generic "pointer to some
damn thing or other" PMC type which Parrot does I<no> management of.
=item 2
@@ -197,7 +197,7 @@
Register the callback
- dlfunc C_FUNCION, "function_name", "signature"
+ dlfunc C_FUNCTION, "function_name", "signature"
C_FUNCTION(CP_PMC, USER_DATA)
=back