diff options
author | 2009-10-13 16:46:51 +0000 | |
---|---|---|
committer | 2009-10-13 16:46:51 +0000 | |
commit | ca22dbdec1c2e883d97e39da6146c4479dbec337 (patch) | |
tree | 1c4c2b8156cb9c0f0cac885d9384e92f246f4a6d | |
parent | No need for perlthanks binary when perlbug -T will do. (diff) | |
download | wireguard-openbsd-ca22dbdec1c2e883d97e39da6146c4479dbec337.tar.xz wireguard-openbsd-ca22dbdec1c2e883d97e39da6146c4479dbec337.zip |
fix typo
-rw-r--r-- | gnu/usr.bin/perl/ext/PerlIO-encoding/encoding.xs | 4 |
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) { |