summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2013-05-11 03:27:06 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2013-05-11 03:27:06 +0000
commitdde520d28346fa4103658fbafea16e3cb1bed977 (patch)
tree2eeea2694c6b12078ec0db888ce78f0a5a565057
parent3905f3f6c9e47a00fd7a2ad1d55cd1a6214ce0f4 (diff)
downloadATCD-dde520d28346fa4103658fbafea16e3cb1bed977.tar.gz
ChangeLogTag:Fri
-rw-r--r--ACE/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 70f0c60f0ed..e4b34e03d59 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,7 +1,7 @@
Fri May 10 20:36:13 UTC 2013 Steve Huston <shuston@riverace.com>
* examples/C++NPv2/AIO_Client_Logging_Daemon.cpp: Advance the
- iterator whiel freeing items in close() to avoid an infinite
+ iterator while freeing items in close() to avoid an infinite
loop. Thanks to George Chen for finding this problem.
* tests/Unbounded_Set_Test.cpp: Added a allocate/iterate/free cycle