Index: OpenSceneGraph/trunk/include/osgUtil/TransformAttributeFunctor
===================================================================
--- OpenSceneGraph/trunk/include/osgUtil/TransformAttributeFunctor (revision 1984)
+++ OpenSceneGraph/trunk/include/osgUtil/TransformAttributeFunctor (revision 3526)
@@ -28,10 +28,10 @@
     public:
     
-        /** construct a functor to transform a drawable's vertex and normal attributes by specified matrix.*/
+        /** Construct a functor to transform a drawable's vertex and normal attributes by specified matrix.*/
         TransformAttributeFunctor(const osg::Matrix& m);
             
         virtual ~TransformAttributeFunctor();
 
-        /** do the work of transforming vertex and normal attributes. */
+        /** Do the work of transforming vertex and normal attributes. */
         virtual void apply(osg::Drawable::AttributeType type,unsigned int count,osg::Vec3* begin);
 
