diff --git a/src/xercesc/framework/psvi/XSAttributeUse.hpp b/src/xercesc/framework/psvi/XSAttributeUse.hpp
index 6cf7ddc8ee7ecf377597ffb75255ca6697dc39ab..d859ec805e46c65e4c045b1109d7d61225684eed 100644
--- a/src/xercesc/framework/psvi/XSAttributeUse.hpp
+++ b/src/xercesc/framework/psvi/XSAttributeUse.hpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.7  2003/12/19 23:02:43  cargilld
+ * Fix compiler messages on OS390.
+ *
  * Revision 1.6  2003/12/17 20:50:34  knoaman
  * PSVI: fix for annotation of attributes in attributeGroup/derived types
  *
@@ -125,7 +128,7 @@ public:
     //@}
 
     //---------------------
-    /** @name XSAttributeUse methods /
+    /** @name XSAttributeUse methods */
 
     //@{
 
diff --git a/src/xercesc/internal/XMLGrammarPoolImpl.hpp b/src/xercesc/internal/XMLGrammarPoolImpl.hpp
index 57e04652ac2258ced1af7084b6fd7b253a5a30fe..d3f7576b7ad2bc1ca4304077c1d3c3bce5415bbd 100644
--- a/src/xercesc/internal/XMLGrammarPoolImpl.hpp
+++ b/src/xercesc/internal/XMLGrammarPoolImpl.hpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.14  2003/12/19 23:02:43  cargilld
+ * Fix compiler messages on OS390.
+ *
  * Revision 1.13  2003/11/21 22:38:50  neilg
  * Enable grammar pools and grammar resolvers to manufacture
  * XSModels.  This also cleans up handling in the
@@ -234,7 +237,7 @@ public :
     //@}
 	
     // -----------------------------------------------------------------------
-    /** @name  schema component model support
+    /** @name  schema component model support */
     // -----------------------------------------------------------------------                                                        
     //@{
 
diff --git a/src/xercesc/internal/XTemplateComparator.cpp b/src/xercesc/internal/XTemplateComparator.cpp
index 4a1dd0354d39ad56ab380536f6f7ea89705fa501..37cbedbab528654000c53cdc6e40ef2234e32cdb 100644
--- a/src/xercesc/internal/XTemplateComparator.cpp
+++ b/src/xercesc/internal/XTemplateComparator.cpp
@@ -54,9 +54,11 @@
  * <http://www.apache.org/>.
  */
 
-/*
 /*
  * $Log$
+ * Revision 1.3  2003/12/19 23:02:43  cargilld
+ * Fix compiler messages on OS390.
+ *
  * Revision 1.2  2003/12/17 00:18:34  cargilld
  * Update to memory management so that the static memory manager (one used to call Initialize) is only for static data.
  *