summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2010-01-14 12:54:04 +0900
committerKenichi Handa <handa@m17n.org>2010-01-14 12:54:04 +0900
commit35fb32880c99aa7cd41b835dc17b8639b544dc69 (patch)
treeb5465223c8909d17356f5f4b98ac65dcef439634 /src/emacs.c
parentd9a7c14092befb75995e75dc66d050af514443e6 (diff)
parent38bee10234558578f3f1c4cdc4614afe1ef15cf8 (diff)
downloademacs-35fb32880c99aa7cd41b835dc17b8639b544dc69.tar.gz
from trunk
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index dc19c13e8a8..2f73e8b837a 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -157,7 +157,7 @@ void *malloc_state_ptr;
extern void *malloc_get_state ();
/* From glibc, a routine that overwrites the malloc internal state. */
extern int malloc_set_state ();
-/* Non-zero if the MALLOC_CHECK_ enviroment variable was set while
+/* Non-zero if the MALLOC_CHECK_ environment variable was set while
dumping. Used to work around a bug in glibc's malloc. */
int malloc_using_checking;
#endif