emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 9997bbb 1/4: ; * src/emacs.c: Fix typo in comment


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 9997bbb 1/4: ; * src/emacs.c: Fix typo in comment (Bug#35320).
Date: Fri, 19 Apr 2019 15:23:42 -0400 (EDT)

branch: emacs-26
commit 9997bbb3ee39fd57a51c263f4f17d2b15cead334
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; * src/emacs.c: Fix typo in comment (Bug#35320).
---
 src/emacs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/emacs.c b/src/emacs.c
index 41a9327..f2bebac 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -335,7 +335,7 @@ section of the Emacs manual or the file BUGS.\n"
 bool fatal_error_in_progress;
 
 #ifdef HAVE_NS
-/* NS autrelease pool, for memory management.  */
+/* NS autorelease pool, for memory management.  */
 static void *ns_pool;
 #endif
 



reply via email to

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