summaryrefslogtreecommitdiff
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-09 11:51:32 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-09 11:53:21 +0200
commit95e8c7d1d9ec9476065958596acfa97cf960b9db (patch)
tree67fe60209d63a3499e99daabd2a46e80f8ff9e9a /ChangeLog.1
parent35478f3f76d55f640372028889c570647432859c (diff)
downloademacs-95e8c7d1d9ec9476065958596acfa97cf960b9db.tar.gz
; Fix typos
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index 1fb7b78fa62..b01a316f741 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -3528,7 +3528,7 @@
Port to Solaris 8.
Without this change, 'configure' fails because the recently-added
wait3 prototype in config.h messes up later 'configure' tests.
- Fix this problem by droping wait3 and WRETCODE, as they're
+ Fix this problem by dropping wait3 and WRETCODE, as they're
no longer needed on hosts that are current porting targets.
* configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
All uses changed to waitpid and WEXITSTATUS.