summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-10-15 01:16:29 +0000
committerSteve Huston <shuston@riverace.com>2002-10-15 01:16:29 +0000
commit914845644d929c0a1d5964e9751fc32f33ba54ae (patch)
treec4d3d5191695a8af5d32f85634e55357fa4510dc /ChangeLog
parentcbfe61d6ea42e8ed6c584d6cbc0e8346e4eb0bc3 (diff)
downloadATCD-914845644d929c0a1d5964e9751fc32f33ba54ae.tar.gz
Typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a19f8c54dad..391aef08e85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -527,7 +527,7 @@ Fri Oct 4 20:22:41 2002 Steve Huston <shuston@riverace.com>
* ace/SOCK_Dgram.{h cpp} (recv, send):
* ace/SOCK_Dgram_Bcast.{h cpp} (recv, send):
- * ace/SOCK_Sgram_Mcast.{h i} (send, recv): Change iovcnt from
+ * ace/SOCK_Dgram_Mcast.{h i} (send, recv): Change iovcnt from
size_t to int to match the args used by other iovcnt-accepting
methods in ACE.