]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore comment
authorDaniel Colascione <dancol@dancol.org>
Wed, 14 Feb 2018 19:32:29 +0000 (11:32 -0800)
committerDaniel Colascione <dancol@dancol.org>
Wed, 14 Feb 2018 19:32:29 +0000 (11:32 -0800)
src/pdumper.c

index 0df41cb127a444741511baa076f6ff83f4873e55..148dcd9755e3b8c6c5a7ac9afd10b34db9c6130a 100644 (file)
@@ -4266,6 +4266,7 @@ dump_discard_mem (void *mem, size_t size)
       /* Discard COWed pages.  */
       (void) posix_madvise (mem, size, POSIX_MADV_DONTNEED);
 # endif
+      /* Release the commit charge for the mapping.  */
       (void) mprotect (mem, size, PROT_NONE);
 #endif
 }