summaryrefslogtreecommitdiff
path: root/src/vmsgmalloc.c
diff options
context:
space:
mode:
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()
#endif /* defined(emacs) && defined(VMS) */
#ifdef VMS
-/* Unfortunatelly, the VAX C sbrk() is buggy. For example, it returns
+/* Unfortunately, the VAX C sbrk() is buggy. For example, it returns
memory in 512 byte chunks (not a bug, but there's more), AND it
adds an extra 512 byte chunk if you ask for a multiple of 512
bytes (you ask for 512 bytes, you get 1024 bytes...). And also,