diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-08-01 16:49:20 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-08-01 16:49:20 +0000 |
commit | 61296642cbf8fa29a8af855294fd11d2d43e79d5 (patch) | |
tree | 604861edc68f90430c0473ff78d5fa5abc65efbe /miniperlmain.c | |
parent | 1f616d559fcb84901480199144ce9065d098670b (diff) | |
download | perl-61296642cbf8fa29a8af855294fd11d2d43e79d5.tar.gz |
Add comment to top of reentr.c and fix typos in other files
p4raw-id: //depot/perl@23180
Diffstat (limited to 'miniperlmain.c')
-rw-r--r-- | miniperlmain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miniperlmain.c b/miniperlmain.c index 3cc25f80f9..3c13b7ec77 100644 --- a/miniperlmain.c +++ b/miniperlmain.c @@ -18,12 +18,12 @@ * * Miniperl is like perl except that does not support dynamic loading, * and in fact is used to build the dynamic modules need for the 'real' - * perl execuable. + * perl executable. */ #ifdef OEMVS #ifdef MYMALLOC -/* sbrk is limited to first heap segement so make it big */ +/* sbrk is limited to first heap segment so make it big */ #pragma runopts(HEAP(8M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON)) #else #pragma runopts(HEAP(2M,500K,ANYWHERE,KEEP,8K,4K) STACK(,,ANY,) ALL31(ON)) |