diff options
| author | Juanma Barranquero | 2010-01-13 16:38:28 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-13 16:38:28 +0100 |
| commit | 768c0c0f393d4e71e3973add8d557f6535c78342 (patch) | |
| tree | a87ff5b0a1553182d8fdad1b507c78436c10377c /src | |
| parent | d77b5977da9e997387c0da34df1eb994951889b8 (diff) | |
| download | emacs-768c0c0f393d4e71e3973add8d557f6535c78342.tar.gz emacs-768c0c0f393d4e71e3973add8d557f6535c78342.zip | |
Fix typos in comments and ChangeLogs.
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 dc19c13e8a8..2f73e8b837a 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -157,7 +157,7 @@ void *malloc_state_ptr; | |||
| 157 | extern void *malloc_get_state (); | 157 | extern void *malloc_get_state (); |
| 158 | /* From glibc, a routine that overwrites the malloc internal state. */ | 158 | /* From glibc, a routine that overwrites the malloc internal state. */ |
| 159 | extern int malloc_set_state (); | 159 | extern int malloc_set_state (); |
| 160 | /* Non-zero if the MALLOC_CHECK_ enviroment variable was set while | 160 | /* Non-zero if the MALLOC_CHECK_ environment variable was set while |
| 161 | dumping. Used to work around a bug in glibc's malloc. */ | 161 | dumping. Used to work around a bug in glibc's malloc. */ |
| 162 | int malloc_using_checking; | 162 | int malloc_using_checking; |
| 163 | #endif | 163 | #endif |