aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2019-04-19 14:06:08 -0400
committerNoam Postavsky2019-04-19 14:11:01 -0400
commit9997bbb3ee39fd57a51c263f4f17d2b15cead334 (patch)
tree711764d7c001ff56afaed7392c1560cb7f4ba640
parenta4ad7bed187493c1c230f223b52c71f5c34f7c89 (diff)
downloademacs-9997bbb3ee39fd57a51c263f4f17d2b15cead334.tar.gz
emacs-9997bbb3ee39fd57a51c263f4f17d2b15cead334.zip
; * src/emacs.c: Fix typo in comment (Bug#35320).
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 41a93279418..f2bebac8f1f 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -335,7 +335,7 @@ section of the Emacs manual or the file BUGS.\n"
335bool fatal_error_in_progress; 335bool fatal_error_in_progress;
336 336
337#ifdef HAVE_NS 337#ifdef HAVE_NS
338/* NS autrelease pool, for memory management. */ 338/* NS autorelease pool, for memory management. */
339static void *ns_pool; 339static void *ns_pool;
340#endif 340#endif
341 341