Skip to content

Commit

Permalink
Fix some documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Jun 17, 2012
1 parent 8ddbb90 commit 8c6639d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/io/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Parrot_io_finish(PARROT_INTERP)

/*
=item C<void Parrot_io_marl(PARROT_INTERP, ParrotIOData *piodata)>
=item C<void Parrot_io_mark(PARROT_INTERP, ParrotIOData *piodata)>
Called from C<Parrot_gc_trace_root()> to mark the standard IO handles
(C<stdin>, C<stdout> and C<stderr>) and other global data for the IO
Expand Down Expand Up @@ -1833,7 +1833,7 @@ Parrot_io_socket_new(PARROT_INTERP, INTVAL flags)
Gets the current handle flags.
=item C<void Parrot_io_get_flags(PARROT_INTERP, PMC *handle, INTVAL flags)>
=item C<void Parrot_io_set_flags(PARROT_INTERP, PMC *handle, INTVAL flags)>
Sets the current handle flags.
Expand Down

0 comments on commit 8c6639d

Please sign in to comment.