emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ca02e8c: ; * src/alloc.c (xrealloc): Fix typo.


From: Philipp Stephani
Subject: [Emacs-diffs] master ca02e8c: ; * src/alloc.c (xrealloc): Fix typo.
Date: Fri, 19 Apr 2019 19:52:28 -0400 (EDT)

branch: master
commit ca02e8c00ced7aae0cb7fff1d2c372ac0cf6aa80
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * src/alloc.c (xrealloc): Fix typo.
---
 src/alloc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/alloc.c b/src/alloc.c
index c5c3fec..c5e4b6a 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]