summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-08-03 08:39:32 +0000
committerRoland McGrath <roland@gnu.org>2006-08-03 08:39:32 +0000
commit0e4e62fe62536ce89868a89afa03fb9a5ba6f7d4 (patch)
tree828cd5a49763338f58d866215ca335c6d47a99f4 /ChangeLog
parent389935d71fad6729a7a6dc5e95acf54096691b05 (diff)
typotypo
* hurd/getdport.c (__getdport): Don't return EBADF; instead set
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 57c7ab8e8d..d34760a940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
- * hurd/getdport.c (__detdport): Don't return EBADF; instead set
+ * hurd/getdport.c (__getdport): Don't return EBADF; instead set
errno to EBADF and return MACH_PORT_NULL.
2006-06-23 Joseph Myers <joseph@codesourcery.com>