diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /src/process.c | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
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 bde87b78701..8bc922ab509 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7520,7 +7520,7 @@ handle_child_signal (int sig) | |||
| 7520 | 7520 | ||
| 7521 | emacs_unlink is not async signal safe because | 7521 | emacs_unlink is not async signal safe because |
| 7522 | deleting files from content providers must proceed | 7522 | deleting files from content providers must proceed |
| 7523 | through Java code. Consequentially, if XCDR (head) | 7523 | through Java code. Consequently, if XCDR (head) |
| 7524 | lies on a content provider it will not be removed, | 7524 | lies on a content provider it will not be removed, |
| 7525 | which is a bug. */ | 7525 | which is a bug. */ |
| 7526 | unlink (SSDATA (XCDR (head))); | 7526 | unlink (SSDATA (XCDR (head))); |