[svn:parrot] r40794 - branches/context_pmc3/src

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Aug 25 22:20:37 UTC 2009


Author: bacek
Date: Tue Aug 25 22:20:37 2009
New Revision: 40794
URL: https://trac.parrot.org/parrot/changeset/40794

Log:
[cage] Fix docs of various Parrot_cx_* functions.

Modified:
   branches/context_pmc3/src/context.c

Modified: branches/context_pmc3/src/context.c
==============================================================================
--- branches/context_pmc3/src/context.c	Tue Aug 25 22:20:16 2009	(r40793)
+++ branches/context_pmc3/src/context.c	Tue Aug 25 22:20:37 2009	(r40794)
@@ -312,7 +312,7 @@
 
 =item C<void Parrot_cx_set_namespace(PARROT_INTERP, PMC *ctx, PMC *_namespace)>
 
-Set caller Context.
+Set namespace of Context.
 
 =cut
 
@@ -331,7 +331,7 @@
 
 =item C<INTVAL Parrot_cx_get_HLL(PARROT_INTERP, PMC *ctx)>
 
-Get namespace of Context.
+Get HLL of Context.
 
 =cut
 
@@ -351,7 +351,7 @@
 
 =item C<void Parrot_cx_set_HLL(PARROT_INTERP, PMC *ctx, INTVAL hll)>
 
-Set caller Context.
+Set HLL of Context.
 
 =cut
 
@@ -391,7 +391,7 @@
 =item C<void Parrot_cx_set_continuation(PARROT_INTERP, PMC *ctx, PMC
 *_continuation)>
 
-Set caller Context.
+Set continuation of Context.
 
 =cut
 


More information about the parrot-commits mailing list