Mercurial > emacs
diff src/ralloc.c @ 3591:507f64624555
Apply typo patches from Paul Eggert.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Wed, 09 Jun 1993 11:59:12 +0000 |
| parents | 76c8b5e00948 |
| children | df4d091e603e |
line wrap: on
line diff
--- a/src/ralloc.c Wed Jun 09 11:33:38 1993 +0000 +++ b/src/ralloc.c Wed Jun 09 11:59:12 1993 +0000 @@ -19,7 +19,7 @@ /* NOTES: - Only relocate the blocs neccessary for SIZE in r_alloc_sbrk, + Only relocate the blocs necessary for SIZE in r_alloc_sbrk, rather than all of them. This means allowing for a possible hole between the first bloc and the end of malloc storage. */ @@ -485,7 +485,7 @@ from the system. */ extern POINTER (*__morecore) (); -/* Intialize various things for memory allocation. */ +/* Initialize various things for memory allocation. */ static void r_alloc_init ()
