summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.h
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-24 11:46:13 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-24 11:46:13 +0000
commit6bd1d39834fd36f6d2128715d09c72dda1bd4c0e (patch)
treeb3a8a264125a7d765e0acf07bfc89f2a593898a1 /ACE/ace/ACE.h
parent53ee1aa7779ccdfb41017ebef740e13dd5372010 (diff)
downloadATCD-6bd1d39834fd36f6d2128715d09c72dda1bd4c0e.tar.gz
ChangeLogTag: Fri Sep 24 11:44:06 UTC 2010 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/ace/ACE.h')
-rw-r--r--ACE/ace/ACE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/ACE.h b/ACE/ace/ACE.h
index e6457b2c9e8..c19cb27e8ca 100644
--- a/ACE/ace/ACE.h
+++ b/ACE/ace/ACE.h
@@ -643,7 +643,7 @@ namespace ACE
ACE_NAMESPACE_INLINE_FUNCTION u_long log2 (u_long num);
/// Helper to avoid comparing floating point values with
- /// operator== (uses operator< and operator>)
+ /// operator == (uses operator < and operator >)
template <typename T>
bool is_equal (const T& a, const T& b)
{