diff options
| author | Jim Blandy | 1992-09-13 12:35:06 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-09-13 12:35:06 +0000 |
| commit | 0abf54e322692375c4f1d127e2361a9d4553b3ba (patch) | |
| tree | 6fb7c8e2184c5ce27855d6dfaffa1c5bd9d08e68 /src | |
| parent | 4726a9f1c0426008140ce2b43381fcc55da7cd33 (diff) | |
| download | emacs-0abf54e322692375c4f1d127e2361a9d4553b3ba.tar.gz emacs-0abf54e322692375c4f1d127e2361a9d4553b3ba.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ralloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index fb8325c04de..b746d8c85e8 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -404,7 +404,7 @@ r_re_alloc (ptr, size) | |||
| 404 | 404 | ||
| 405 | /* Zero out the new space in the bloc, to help catch bugs faster. */ | 405 | /* Zero out the new space in the bloc, to help catch bugs faster. */ |
| 406 | bzero (bloc->data + bloc->size, size - bloc->size); | 406 | bzero (bloc->data + bloc->size, size - bloc->size); |
| 407 | 407 | ||
| 408 | /* Indicate that this block has a new size. */ | 408 | /* Indicate that this block has a new size. */ |
| 409 | bloc->size = size; | 409 | bloc->size = size; |
| 410 | 410 | ||