diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index b33e329753d..6c52b83958e 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | /* NOTES: | 20 | /* NOTES: |
| 21 | 21 | ||
| 22 | Only relocate the blocs neccessary for SIZE in r_alloc_sbrk, | 22 | Only relocate the blocs necessary for SIZE in r_alloc_sbrk, |
| 23 | rather than all of them. This means allowing for a possible | 23 | rather than all of them. This means allowing for a possible |
| 24 | hole between the first bloc and the end of malloc storage. */ | 24 | hole between the first bloc and the end of malloc storage. */ |
| 25 | 25 | ||
| @@ -485,7 +485,7 @@ r_re_alloc (ptr, size) | |||
| 485 | from the system. */ | 485 | from the system. */ |
| 486 | extern POINTER (*__morecore) (); | 486 | extern POINTER (*__morecore) (); |
| 487 | 487 | ||
| 488 | /* Intialize various things for memory allocation. */ | 488 | /* Initialize various things for memory allocation. */ |
| 489 | 489 | ||
| 490 | static void | 490 | static void |
| 491 | r_alloc_init () | 491 | r_alloc_init () |