diff src/emacs.c @ 106818:a3da62473e24

Fix typos in comments and ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 13 Jan 2010 16:38:28 +0100
parents b92c3979701c
children db05908c4fc1
line wrap: on
line diff
--- a/src/emacs.c	Wed Jan 13 13:34:53 2010 +0100
+++ b/src/emacs.c	Wed Jan 13 16:38:28 2010 +0100
@@ -157,7 +157,7 @@
 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