Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 2273)
+++ trunk/psLib/src/math/psSpline.c	(revision 2324)
@@ -7,12 +7,11 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-04 01:04:59 $
+ *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-10 22:43:48 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  *
- *  XXX: What happens if the polyEVal functions are called with dat of the wrong
+ *  XXX: What happens if the polyEVal functions are called with data of the wrong
  *       type?
- *
  */
 /*****************************************************************************/
@@ -275,5 +274,5 @@
     Polynomial coefficients will be accessed in [w][x][y][z] fashion.
  
-    XXX: Should the "coeffErr[]" should be used as well?
+    XXX: Should the "coeffErr[]" be used as well?
  *****************************************************************************/
 static float ordPolynomial1DEval(float x, const psPolynomial1D* myPoly)
@@ -329,4 +328,5 @@
     psFree(d);
     return(tmp);
+
     /*
 
@@ -2017,6 +2017,4 @@
 XXX: This stuff does not currently work with a mask.
  
-XXX: nobody asked for us to generate this routine.
- 
 XXX: add another psScalar argument for the result.
  
