diff options
| author | Paul Eggert | 2013-08-15 22:15:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-15 22:15:51 -0700 |
| commit | 526e5233cc0e2375798bdc79329a893302fdfb4b (patch) | |
| tree | a4c1d95440225335cd6864a23e6fa1f6c5d6b28b /src/process.c | |
| parent | c8068af56770f8b0be93218e76dd17ea508f3365 (diff) | |
| download | emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.tar.gz emacs-526e5233cc0e2375798bdc79329a893302fdfb4b.zip | |
Spelling fixes.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 892a5aa86c5..64cb401c06a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1893,7 +1893,7 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir) | |||
| 1893 | #ifndef WINDOWSNT | 1893 | #ifndef WINDOWSNT |
| 1894 | /* Wait for child_setup to complete in case that vfork is | 1894 | /* Wait for child_setup to complete in case that vfork is |
| 1895 | actually defined as fork. The descriptor | 1895 | actually defined as fork. The descriptor |
| 1896 | XPROCESS (proc)->open_fd[EXEC_MOINTOR_OUTPUT] | 1896 | XPROCESS (proc)->open_fd[EXEC_MONITOR_OUTPUT] |
| 1897 | of a pipe is closed at the child side either by close-on-exec | 1897 | of a pipe is closed at the child side either by close-on-exec |
| 1898 | on successful execve or the _exit call in child_setup. */ | 1898 | on successful execve or the _exit call in child_setup. */ |
| 1899 | { | 1899 | { |