summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-10-13 16:46:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-10-13 16:46:52 +0000
commit01f5b1457e965786929f772c51c0205902dc5176 (patch)
tree26239e620321d17f36c01d74002d52ca0d2834e9
parentd2f318adb0f82a72047e153412e26ed0b7942b4e (diff)
fix typo
-rw-r--r--gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs b/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
index f1b074235c8..082b6e7ab33 100644
--- a/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
+++ b/gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs
@@ -537,8 +537,8 @@ Off_t
PerlIOEncode_tell(pTHX_ PerlIO * f)
{
PerlIOBuf *b = PerlIOSelf(f, PerlIOBuf);
- /* Unfortunately the only way to get a postion is to (re-)translate,
- the UTF8 we have in bufefr and then ask layer below
+ /* Unfortunately the only way to get a position is to (re-)translate,
+ the UTF8 we have in buffer and then ask layer below
*/
PerlIO_flush(f);
if (b->buf && b->ptr > b->buf) {