diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index e1fd86f5f3b..3870b8d35ce 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2300,7 +2300,7 @@ emacs_full_write (int fildes, char const *buf, ptrdiff_t nbyte, | |||
| 2300 | { | 2300 | { |
| 2301 | if (errno == EINTR) | 2301 | if (errno == EINTR) |
| 2302 | { | 2302 | { |
| 2303 | /* I originally used `QUIT' but that might causes files to | 2303 | /* I originally used `QUIT' but that might cause files to |
| 2304 | be truncated if you hit C-g in the middle of it. --Stef */ | 2304 | be truncated if you hit C-g in the middle of it. --Stef */ |
| 2305 | if (process_signals && pending_signals) | 2305 | if (process_signals && pending_signals) |
| 2306 | process_pending_signals (); | 2306 | process_pending_signals (); |