diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-04-19 22:02:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-04-19 22:02:07 +0000 |
commit | e55b488f1a7dc1f632958e7cdeb2157ddfc067c9 (patch) | |
tree | b1a254954d73b66538a8f013f5809b188e3a28bc /cpp | |
parent | Windows build fixes (diff) | |
download | ice-e55b488f1a7dc1f632958e7cdeb2157ddfc067c9.tar.bz2 ice-e55b488f1a7dc1f632958e7cdeb2157ddfc067c9.tar.xz ice-e55b488f1a7dc1f632958e7cdeb2157ddfc067c9.zip |
minor comment fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/include/IceUtil/CountDownLatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/CountDownLatch.h b/cpp/include/IceUtil/CountDownLatch.h index 78f2b119552..f9d4e5345c2 100644 --- a/cpp/include/IceUtil/CountDownLatch.h +++ b/cpp/include/IceUtil/CountDownLatch.h @@ -18,7 +18,7 @@ namespace IceUtil { // -// See java.util.CountDownLatch in Java 1.5 +// See java.util.concurrent.CountDownLatch in Java 1.5 // class ICE_UTIL_API CountDownLatch |