]> code.delx.au - gnu-emacs/blobdiff - src/vmsgmalloc.c
(Fplist_get): Rename arg `val' to `plist' as in doc.
[gnu-emacs] / src / vmsgmalloc.c
index 80b9d51ab0a0c927b9cb9446762a5f20fe0bf6c6..83aeaec7053e6ee5bd3c7a073be51bac771239a7 100644 (file)
@@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr));
 #include <stdio.h>             /* Harmless, gets __GNU_LIBRARY__ defined.  */
 
 #if defined(HAVE_CONFIG_H) || defined(emacs)
-#include "config.h"
+#include <config.h>
 #endif
 
 #if    defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG)
@@ -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,