diff options
| author | Paul Eggert | 2014-01-15 22:24:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-15 22:24:06 -0800 |
| commit | c91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch) | |
| tree | abb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /src/syswait.h | |
| parent | 7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff) | |
| download | emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.zip | |
Spelling fixes.
Diffstat (limited to 'src/syswait.h')
| -rw-r--r-- | src/syswait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syswait.h b/src/syswait.h index 815678bbfd0..db197b82fb7 100644 --- a/src/syswait.h +++ b/src/syswait.h | |||
| @@ -25,7 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | 25 | ||
| 26 | #include <sys/types.h> | 26 | #include <sys/types.h> |
| 27 | 27 | ||
| 28 | #ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid definitions. */ | 28 | #ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXish definitions. */ |
| 29 | #include <sys/wait.h> | 29 | #include <sys/wait.h> |
| 30 | #endif /* !HAVE_SYS_WAIT_H */ | 30 | #endif /* !HAVE_SYS_WAIT_H */ |
| 31 | 31 | ||