summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:35:45 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:35:45 -0500
commitf6bab5f637fea85f01e1e1f1882ace0bd404db4c (patch)
tree2be8709af2e1eaf0c062de53259f57e8694e010e /malloc.c
parent92dfa2590a5024b530c9d58fdd2520a01d40cef6 (diff)
downloadperl-f6bab5f637fea85f01e1e1f1882ace0bd404db4c.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index 51035fe679..58bec6486f 100644
--- a/malloc.c
+++ b/malloc.c
@@ -1524,7 +1524,7 @@ getpages(MEM_SIZE needed, int *nblksp, int bucket)
if (add) {
DEBUG_m(PerlIO_printf(Perl_debug_log,
- "sbrk(%ld) to fix non-continuous/off-page sbrk:\n\t%ld for alignement,\t%ld were assumed to come from the tail of the previous sbrk\n",
+ "sbrk(%ld) to fix non-continuous/off-page sbrk:\n\t%ld for alignment,\t%ld were assumed to come from the tail of the previous sbrk\n",
(long)add, (long) slack,
(long) sbrked_remains));
newcp = (char *)sbrk(add);