Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct a comment.
  • Loading branch information
jnthn committed Jul 21, 2013
1 parent 4c60347 commit 3300512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO.pm
Expand Up @@ -151,7 +151,7 @@ my class IO::Handle does IO::FileTestable {
nqp::bindattr_s($buf, Buf, '$!buffer', $parrot_buffer.get_string('binary'));
$buf;
}
# first arguemnt should probably be an enum
# second arguemnt should probably be an enum
# valid values for $whence:
# 0 -- seek from beginning of file
# 1 -- seek relative to current position
Expand Down

0 comments on commit 3300512

Please sign in to comment.