Index: trunk/psLib/src/dataManip/psMinimize.h
===================================================================
--- trunk/psLib/src/dataManip/psMinimize.h	(revision 4321)
+++ trunk/psLib/src/dataManip/psMinimize.h	(revision 4330)
@@ -8,6 +8,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-20 22:42:30 $
+ *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-21 03:01:37 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -109,5 +109,5 @@
 /** Minimizes a specified function based on the Levenberg-Marquardt method.
  *  
- *  @return psBool:   True if successful.
+ *  @return bool:   True if successful.
  */
 bool psMinimizeLMChi2(
@@ -165,5 +165,5 @@
 /** Minimizes a specified function based on the Powell method.
  *  
- *  @return psBool:   True if successful.
+ *  @return bool:   True if successful.
  */
 bool psMinimizePowell(
@@ -209,5 +209,5 @@
 /** Minimizes a specified function based on the Powell chi-squared method.
  * 
- *  @return psBool:   True is successful.
+ *  @return bool:   True is successful.
  */
 bool psMinimizeChi2Powell(
