Skip to content

Commit d1fb523

Browse files
committed
doop.c: Fix typo in comment
1 parent 95b7e3a commit d1fb523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ S_do_trans_invmap(pTHX_ SV * const sv, AV * const invmap)
467467
else {
468468
/* Here, we can't edit in place. We have no idea how much, if any,
469469
* this particular input string will grow. However, the compilation
470-
* calculated the maximum expansion possible. Use that to allocale
470+
* calculated the maximum expansion possible. Use that to allocate
471471
* based on the worst case scenario. */
472472
Newx(d, (STRLEN) (len * max_expansion + 1 + 1), U8);
473473
d0 = d;

0 commit comments

Comments
 (0)