Index: trunk/psLib/src/image/psImageFFT.h
===================================================================
--- trunk/psLib/src/image/psImageFFT.h	(revision 4162)
+++ trunk/psLib/src/image/psImageFFT.h	(revision 4316)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-08 23:40:45 $
+ *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-18 03:13:02 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -33,5 +33,5 @@
 psImage* psImageFFT(
     psImage* out,                      ///< a psImage to recycle.  If NULL, a new psImage is made.
-    const psImage* in,                 ///< the psImage to apply transform to
+    const psImage* image,                 ///< the psImage to apply transform to
     psFFTFlags direction               ///< the direction of the transform
 );
