summaryrefslogtreecommitdiff
path: root/examples/Load_Balancing/Load_Balancer_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Load_Balancing/Load_Balancer_i.cpp')
-rw-r--r--examples/Load_Balancing/Load_Balancer_i.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/examples/Load_Balancing/Load_Balancer_i.cpp b/examples/Load_Balancing/Load_Balancer_i.cpp
index efeac91cfa2..55b7042bca5 100644
--- a/examples/Load_Balancing/Load_Balancer_i.cpp
+++ b/examples/Load_Balancing/Load_Balancer_i.cpp
@@ -1,13 +1,13 @@
-// $Id$
-// ============================================================================
-//
-// = FILENAME
-// Load_Balancer_i.cpp
-//
-// = AUTHOR
-// Marina Spivak <marina@cs.wustl.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file Load_Balancer_i.cpp
+ *
+ * $Id$
+ *
+ * @author Marina Spivak <marina@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "Load_Balancer_i.h"
#include "ace/Auto_Ptr.h"
@@ -231,7 +231,7 @@ Object_Group_i::unbind (const char * id)
{
ACE_CString member_id (id);
- // Code below works iff list and hash map states are consistent,
+ // Code below works if list and hash map states are consistent,
// which is the case unless the system experienced major problems,
// e.g., ran out of memory ...