summaryrefslogtreecommitdiff
path: root/pp_pack.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-21 21:17:11 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-21 21:25:43 -0400
commite075ae47340a787b6715a9f44a3b52f32267fc45 (patch)
treed3cb488da463432ea31f8fe3876053439dba02d8 /pp_pack.c
parentb51555b9a66d0feaf2f4b7fcaa674a32c2da71b6 (diff)
downloadperl-e075ae47340a787b6715a9f44a3b52f32267fc45.tar.gz
Missing "by" noticed by James Keenan.
Diffstat (limited to 'pp_pack.c')
-rw-r--r--pp_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_pack.c b/pp_pack.c
index dbbf2e9f8b..d703a99b7d 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -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