Index: trunk/psLib/src/types/psArray.c
===================================================================
--- trunk/psLib/src/types/psArray.c	(revision 15713)
+++ trunk/psLib/src/types/psArray.c	(revision 15714)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-11-29 21:46:55 $
+ *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-11-29 21:48:53 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -244,5 +244,5 @@
 }
 
-// Comparison and swap functions for sorting values directly
+// Comparison and swap functions for sorting index into array
 #define PSARRAY_SORT_COMPARE_INDEX(A,B) (func(array[index[A]], array[index[B]]) < 0)
 #define PSARRAY_SORT_SWAP_INDEX(TYPE,A,B) { \
