]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/alloc.c (xrealloc): Fix typo.
authorPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 23:49:41 +0000 (01:49 +0200)
committerPhilipp Stephani <phst@google.com>
Fri, 19 Apr 2019 23:51:58 +0000 (01:51 +0200)
src/alloc.c

index c5c3fec3813ba5b5c26b55e340e939bc6ac520b1..c5e4b6a6423e1eaabba46429a5d931875585f39e 100644 (file)
@@ -919,7 +919,7 @@ xzalloc (size_t size)
   return val;
 }
 
-/* Like realloc but check for no memory and block interrupt input..  */
+/* Like realloc but check for no memory and block interrupt input.  */
 
 void *
 xrealloc (void *block, size_t size)