Index: OpenSceneGraph/trunk/include/osgUtil/Version
===================================================================
--- OpenSceneGraph/trunk/include/osgUtil/Version (revision 1529)
+++ OpenSceneGraph/trunk/include/osgUtil/Version (revision 3526)
@@ -21,6 +21,6 @@
 
 /**
- * getVersion_osgUtil() returns the library version number.
- * Numbering convention : osg_src-0.8-31 will return 0.8.31 from getVersion_osgUtil.
+ * osgUtilGetVersion() returns the library version number.
+ * Numbering convention : osg_src-0.8-31 will return 0.8.31 from osgUtilGetVersion.
  *
  * This C function can be also used to check for the existence of the OpenSceneGraph
@@ -39,6 +39,6 @@
 
 /**
- * getLibraryName_osgUtil() returns the library name in human friendly form.
-*/
+ * osgUtilGetLibraryName() returns the library name in human friendly form.
+ */
 extern OSGUTIL_EXPORT const char* osgUtilGetLibraryName();
 
