summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h')
-rw-r--r--TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h b/TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h
index d2de7d60921..40973757eba 100644
--- a/TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h
+++ b/TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h
@@ -42,9 +42,9 @@ public:
* Initialize the dynamic hash operation table with a database of
* operation names. The hash table size may be different from the
* size of the database. Hence we use the third argument to specify
- * the size of the internal hash table. The @a alloc argument is
+ * the size of the internal hash table. The <alloc> argument is
* used to determine where the memory comes from (usually from
- * ACE_Static_Allocator_Base).
+ * <ACE_Static_Allocator_Base>).
*/
TAO_Dynamic_Hash_OpTable (const TAO_operation_db_entry *db,
CORBA::ULong dbsize,