diff options
Diffstat (limited to 'src/vmsgmalloc.c')
| -rw-r--r-- | src/vmsgmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index d9939dd1123..83aeaec7053 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c | |||
| @@ -1179,7 +1179,7 @@ VMS_present_buffer() | |||
| 1179 | #endif /* defined(emacs) && defined(VMS) */ | 1179 | #endif /* defined(emacs) && defined(VMS) */ |
| 1180 | 1180 | ||
| 1181 | #ifdef VMS | 1181 | #ifdef VMS |
| 1182 | /* Unfortunatelly, the VAX C sbrk() is buggy. For example, it returns | 1182 | /* Unfortunately, the VAX C sbrk() is buggy. For example, it returns |
| 1183 | memory in 512 byte chunks (not a bug, but there's more), AND it | 1183 | memory in 512 byte chunks (not a bug, but there's more), AND it |
| 1184 | adds an extra 512 byte chunk if you ask for a multiple of 512 | 1184 | adds an extra 512 byte chunk if you ask for a multiple of 512 |
| 1185 | bytes (you ask for 512 bytes, you get 1024 bytes...). And also, | 1185 | bytes (you ask for 512 bytes, you get 1024 bytes...). And also, |