diff --git a/src/xercesc/framework/XMLGrammarPool.hpp b/src/xercesc/framework/XMLGrammarPool.hpp
index d60d5f44054d3c9ebd6c587357a88b1201d88360..d1f7c96dcd3d14f676860189d6f652020bf362fd 100644
--- a/src/xercesc/framework/XMLGrammarPool.hpp
+++ b/src/xercesc/framework/XMLGrammarPool.hpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.11  2003/11/25 15:10:44  jberry
+ * Eliminate some compiler warnings concerning comments inside of comments
+ *
  * Revision 1.10  2003/11/21 22:34:45  neilg
  * More schema component model implementation, thanks to David Cargill.
  * In particular, this cleans up and completes the XSModel, XSNamespaceItem,
@@ -240,7 +243,7 @@ public :
     //@}
 
     // -----------------------------------------------------------------------
-    /** @name  schema component model support
+    /** @name  schema component model support */
     // -----------------------------------------------------------------------                                                        
     //@{
 
@@ -283,7 +286,7 @@ public :
     //@}
 
     // -----------------------------------------------------------------------
-    /** serialization and deserialization support
+    /** serialization and deserialization support */
     // -----------------------------------------------------------------------                                                        
 
     /***
diff --git a/src/xercesc/framework/psvi/XSObject.hpp b/src/xercesc/framework/psvi/XSObject.hpp
index d07a4a9ed3316f4f69f750b80e495040d301439b..109f16b60d4ed602877d03c09684d407b9ec5add 100644
--- a/src/xercesc/framework/psvi/XSObject.hpp
+++ b/src/xercesc/framework/psvi/XSObject.hpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.9  2003/11/25 15:10:44  jberry
+ * Eliminate some compiler warnings concerning comments inside of comments
+ *
  * Revision 1.8  2003/11/21 17:34:04  knoaman
  * PSVI update
  *
@@ -75,7 +78,8 @@
  * first part of PSVI/schema component model implementation, thanks to David Cargill.  This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse.
  *
  * Revision 1.3  2003/10/24 10:59:26  gareth
- * changed /* to // to prevent compiler warnings.
+ * changed C comments to C++ comments to prevent compiler warnings.
+ *  (rephrased that message to eliminate compiler warnings on the message--this is recursive!)
  *
  * Revision 1.2  2003/10/10 18:37:51  neilg
  * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components