aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-09 09:57:34 +0000
committerJuanma Barranquero2002-07-09 09:57:34 +0000
commit6f8269719ed08208ffa9fbc670bb69b2341fe91c (patch)
tree31031c15e26d96e21722fc9621064ed8a4cea05a /src
parentcb795ec4c27ecad06ec86dba24c6d729bbf0020e (diff)
downloademacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.tar.gz
emacs-6f8269719ed08208ffa9fbc670bb69b2341fe91c.zip
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c2
-rw-r--r--src/msdos.c2
-rw-r--r--src/w32fns.c2
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
6992static char * 6992static char *
6993pbm_read_file (file, size) 6993pbm_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;
5007typedef void (*sighandler_t)(int); 5007typedef void (*sighandler_t)(int);
5008static sighandler_t prev_handlers[320]; 5008static 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). */
5012static void 5012static void
5013sig_suspender (signo) 5013sig_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
11212static char * 11212static char *
11213pbm_read_file (file, size) 11213pbm_read_file (file, size)