diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-21 21:17:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-21 21:25:43 -0400 |
commit | e075ae47340a787b6715a9f44a3b52f32267fc45 (patch) | |
tree | d3cb488da463432ea31f8fe3876053439dba02d8 /pp_pack.c | |
parent | b51555b9a66d0feaf2f4b7fcaa674a32c2da71b6 (diff) | |
download | perl-e075ae47340a787b6715a9f44a3b52f32267fc45.tar.gz |
Missing "by" noticed by James Keenan.
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1705,7 +1705,7 @@ S_unpack_rec(pTHX_ tempsym_t* symptr, const char *s, const char *strbeg, const c * the long double data in pack(), here in unpack() we * don't, because it's really hard to envision that * reading the long double off aldouble would be - * affected the unused bytes. + * affected by the unused bytes. * * Note that trying to unpack 'long doubles' of 'long * doubles' packed in another system is in the general |