summaryrefslogtreecommitdiff
path: root/src/syswait.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-15 22:24:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-15 22:24:06 -0800
commitc91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch)
treeabb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /src/syswait.h
parent7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff)
downloademacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz
Spelling fixes.
Diffstat (limited to 'src/syswait.h')
-rw-r--r--src/syswait.h2
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/>. */
#include <sys/types.h>
-#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid definitions. */
+#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXish definitions. */
#include <sys/wait.h>
#endif /* !HAVE_SYS_WAIT_H */