Skip to content

Commit

Permalink
Typo fix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Kegler committed Mar 7, 2013
1 parent ff22a04 commit 42a178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/xs/R2.xs
Expand Up @@ -2360,7 +2360,7 @@ PPCODE:
stream->perl_pos = 0;
stream->input_offset = 0;
/* Get our own copy and coerce it to a PV.
* Stealing in OK, magic is not.
* Stealing is OK, magic is not.
*/
SvSetSV (stream->input, string);
SvPV_force_nomg (stream->input, length);
Expand Down

0 comments on commit 42a178c

Please sign in to comment.