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)