diff options
| author | Juanma Barranquero | 2002-07-09 09:57:34 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-09 09:57:34 +0000 |
| commit | 6f8269719ed08208ffa9fbc670bb69b2341fe91c (patch) | |
| tree | 31031c15e26d96e21722fc9621064ed8a4cea05a /src | |
| parent | cb795ec4c27ecad06ec86dba24c6d729bbf0020e (diff) | |
| download | emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.tar.gz emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/macfns.c | 2 | ||||
| -rw-r--r-- | src/msdos.c | 2 | ||||
| -rw-r--r-- | src/w32fns.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/macfns.c b/src/macfns.c index b51b46569f4..86ca78425fa 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -6987,7 +6987,7 @@ pbm_scan_number (s, end) | |||
| 6987 | 6987 | ||
| 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated | 6988 | /* Read FILE into memory. Value is a pointer to a buffer allocated |
| 6989 | with xmalloc holding FILE's contents. Value is null if an error | 6989 | with xmalloc holding FILE's contents. Value is null if an error |
| 6990 | occured. *SIZE is set to the size of the file. */ | 6990 | occurred. *SIZE is set to the size of the file. */ |
| 6991 | 6991 | ||
| 6992 | static char * | 6992 | static char * |
| 6993 | pbm_read_file (file, size) | 6993 | pbm_read_file (file, size) |
diff --git a/src/msdos.c b/src/msdos.c index df9f68468a6..5f261937008 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -5007,7 +5007,7 @@ static sigset_t pending_signals; | |||
| 5007 | typedef void (*sighandler_t)(int); | 5007 | typedef void (*sighandler_t)(int); |
| 5008 | static sighandler_t prev_handlers[320]; | 5008 | static sighandler_t prev_handlers[320]; |
| 5009 | 5009 | ||
| 5010 | /* A signal handler which just records that a signal occured | 5010 | /* A signal handler which just records that a signal occurred |
| 5011 | (it will be raised later, if and when the signal is unblocked). */ | 5011 | (it will be raised later, if and when the signal is unblocked). */ |
| 5012 | static void | 5012 | static void |
| 5013 | sig_suspender (signo) | 5013 | sig_suspender (signo) |
diff --git a/src/w32fns.c b/src/w32fns.c index db99065747f..0b94cd26df7 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -11207,7 +11207,7 @@ pbm_scan_number (s, end) | |||
| 11207 | 11207 | ||
| 11208 | /* Read FILE into memory. Value is a pointer to a buffer allocated | 11208 | /* Read FILE into memory. Value is a pointer to a buffer allocated |
| 11209 | with xmalloc holding FILE's contents. Value is null if an error | 11209 | with xmalloc holding FILE's contents. Value is null if an error |
| 11210 | occured. *SIZE is set to the size of the file. */ | 11210 | occurred. *SIZE is set to the size of the file. */ |
| 11211 | 11211 | ||
| 11212 | static char * | 11212 | static char * |
| 11213 | pbm_read_file (file, size) | 11213 | pbm_read_file (file, size) |