Index: trunk/psLib/src/math/psPolynomial.h
===================================================================
--- trunk/psLib/src/math/psPolynomial.h	(revision 5813)
+++ trunk/psLib/src/math/psPolynomial.h	(revision 6186)
@@ -11,6 +11,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-12-19 23:58:47 $
+ *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-01-23 22:25:31 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -69,7 +69,4 @@
 psPolynomialType;
 
-// XXX: These are incorrect names for the order of the polynomial.  We
-// keep them here temporarily so we can later sed replace them with the
-// correct names.
 /** One-dimensional polynomial */
 typedef struct
@@ -85,7 +82,4 @@
 psPolynomial1D;
 
-// XXX: These are incorrect names for the order of the polynomial.  We
-// keep them here temporarily so we can later sed replace them with the
-// correct names.
 /** Two-dimensional polynomial */
 typedef struct
@@ -100,7 +94,4 @@
 psPolynomial2D;
 
-// XXX: These are incorrect names for the order of the polynomial.  We
-// keep them here temporarily so we can later sed replace them with the
-// correct names.
 /** Three-dimensional polynomial */
 typedef struct
@@ -116,7 +107,4 @@
 psPolynomial3D;
 
-// XXX: These are incorrect names for the order of the polynomial.  We
-// keep them here temporarily so we can later sed replace them with the
-// correct names.
 /** Four-dimensional polynomial */
 typedef struct
@@ -301,6 +289,14 @@
 
 
-// XXX: Coding Standard
-psPolynomial1D **createChebyshevPolys(psS32 numPolys);
+
+
+/** Creates the specified number of chebyshev polys.
+ *
+ *  @return psPolynomial1D** The chebyshev polys.
+ *
+ */
+psPolynomial1D **p_psCreateChebyshevPolys(
+    psS32 numPolys
+);
 
 typedef struct
