diff src/vmsgmalloc.c @ 14036:621a575db6f7

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 10:03:17 +0000
parents 1fc792473491
children ee40177f6c68
line wrap: on
line diff
--- a/src/vmsgmalloc.c	Fri Jan 05 08:57:33 1996 +0000
+++ b/src/vmsgmalloc.c	Fri Jan 05 10:03:17 1996 +0000
@@ -1179,7 +1179,7 @@
 #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,