From: Philipp Stephani Date: Fri, 19 Apr 2019 23:49:41 +0000 (+0200) Subject: ; * src/alloc.c (xrealloc): Fix typo. X-Git-Tag: emacs-27.0.90~3185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca02e8c00ced7aae0cb7fff1d2c372ac0cf6aa80;p=emacs.git ; * src/alloc.c (xrealloc): Fix typo. --- diff --git a/src/alloc.c b/src/alloc.c index c5c3fec3813..c5e4b6a6423 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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)