src/sysdep.c (emacs_full_write): Fix a typo in a comment.
This commit is contained in:
parent
c11b0a7885
commit
f8c4cd6e05
1 changed files with 1 additions and 1 deletions
|
@ -2300,7 +2300,7 @@ emacs_full_write (int fildes, char const *buf, ptrdiff_t nbyte,
|
|||
{
|
||||
if (errno == EINTR)
|
||||
{
|
||||
/* I originally used `QUIT' but that might causes files to
|
||||
/* I originally used `QUIT' but that might cause files to
|
||||
be truncated if you hit C-g in the middle of it. --Stef */
|
||||
if (process_signals && pending_signals)
|
||||
process_pending_signals ();
|
||||
|
|
Loading…
Add table
Reference in a new issue