This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149651d
)
malloc.c: Fix typo in comment
author
Karl Williamson
<khw@cpan.org>
Fri, 10 Nov 2017 01:38:02 +0000
(18:38 -0700)
committer
Karl Williamson
<khw@cpan.org>
Fri, 10 Nov 2017 01:51:59 +0000
(18:51 -0700)
malloc.c
patch
|
blob
|
blame
|
history
diff --git
a/malloc.c
b/malloc.c
index
1809ab3
..
bb72cdd
100644
(file)
--- a/
malloc.c
+++ b/
malloc.c
@@
-1655,7
+1655,7
@@
morecore(int bucket)
return;
#ifndef NO_PERL_MALLOC_ENV
if (!were_called) {
- /* It's
the
our first time. Initialize ourselves */
+ /* It's our first time. Initialize ourselves */
were_called = 1; /* Avoid a loop */
if (!MallocCfg[MallocCfg_skip_cfg_env]) {
char *s = getenv("PERL_MALLOC_OPT"), *t = s, *off;