summaryrefslogtreecommitdiff
path: root/tao/MProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/MProfile.cpp')
-rw-r--r--tao/MProfile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tao/MProfile.cpp b/tao/MProfile.cpp
index 9c8a5a4008f..7c22495f7a3 100644
--- a/tao/MProfile.cpp
+++ b/tao/MProfile.cpp
@@ -1,6 +1,6 @@
// -*- C++ -*-
-//
// $Id$
+
#include "tao/MProfile.h"
#include "tao/Profile.h"
#include "tao/PolicyC.h"
@@ -270,7 +270,7 @@ TAO_MProfile::remove_profiles (const TAO_MProfile *pfiles)
CORBA::Boolean
TAO_MProfile::is_equivalent (const TAO_MProfile *rhs)
{
- // Two profile lists are equivalent iff at least one of the profiles
+ // Two profile lists are equivalent if at least one of the profiles
// from the first list is_equivalent to at least one of the profiles
// from the second list!!
for (TAO_PHandle h1 = 0; h1 < this->last_; ++h1)