aboutsummaryrefslogtreecommitdiffstats
path: root/src/vmsgmalloc.c
diff options
context:
space:
mode:
authorKarl Heuer1996-01-05 10:03:17 +0000
committerKarl Heuer1996-01-05 10:03:17 +0000
commit8e6208c5d2c91d70f2338d1c3d788e194c6c9d52 (patch)
tree8f5bfe00dcb80384d562fad62d2166df9b06bec0 /src/vmsgmalloc.c
parent34035df32674d5a6a4eb4112dfa5ea69b4dec64f (diff)
downloademacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.tar.gz
emacs-8e6208c5d2c91d70f2338d1c3d788e194c6c9d52.zip
Comment fixes.
Diffstat (limited to 'src/vmsgmalloc.c')
-rw-r--r--src/vmsgmalloc.c2
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,