From: Noam Postavsky Date: Fri, 19 Apr 2019 18:06:08 +0000 (-0400) Subject: ; * src/emacs.c: Fix typo in comment (Bug#35320). X-Git-Tag: emacs-26.2.90~95 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9997bbb;p=emacs.git ; * src/emacs.c: Fix typo in comment (Bug#35320). --- 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" 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