diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
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" | |||
| 335 | bool fatal_error_in_progress; | 335 | bool 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. */ |
| 339 | static void *ns_pool; | 339 | static void *ns_pool; |
| 340 | #endif | 340 | #endif |
| 341 | 341 | ||