Skip to content

Commit

Permalink
fix codetest failure - function documentation - changed parameters
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@45317 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Mar 30, 2010
1 parent 4d774df commit 90dcbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gc/alloc_resources.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@ mem_allocate(PARROT_INTERP,

/*
=item C<static const char * buffer_location(PARROT_INTERP, const PObj *b)>
=item C<static const char * buffer_location(PARROT_INTERP, const Buffer *b)>
Recturns a constant string representing the location of the given
PObj C<b> in one of the PMC registers. If the PMC is not located
Buffer C<b> in one of the PMC registers. If the PMC is not located
in one of the PMC registers of the current context, returns the
string C<"???">.
Expand Down

0 comments on commit 90dcbb5

Please sign in to comment.