summaryrefslogtreecommitdiff
path: root/ACE/ace/Free_List.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Free_List.h')
-rw-r--r--ACE/ace/Free_List.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Free_List.h b/ACE/ace/Free_List.h
index 78c6042512c..bbfe7b12cb9 100644
--- a/ACE/ace/Free_List.h
+++ b/ACE/ace/Free_List.h
@@ -61,7 +61,7 @@ public:
* @brief Implements a free list.
*
* This class maintains a free list of nodes of type T. It
- * depends on the type T having a <get_next> and <set_next>
+ * depends on the type T having a get_next() and set_next()
* method. It maintains a mutex so the freelist can be used in
* a multithreaded program .
*/