Index: trunk/Ohana/src/libdvo/src/dvosorts.c
===================================================================
--- trunk/Ohana/src/libdvo/src/dvosorts.c	(revision 41154)
+++ trunk/Ohana/src/libdvo/src/dvosorts.c	(revision 41155)
@@ -76,5 +76,6 @@
 }
 
-/* sort a coordinate pair (X,Y) and the associated index (S) */
+/* sort the index of a coordinate pair (X,Y) on X (vector pair stays unsorted) */
+// XXX isn't this function equivalent to dsort_indexonly?
 void sort_coords_indexonly (double *X, double *Y, off_t *S, off_t N) {
   OHANA_UNUSED_PARAM(Y);
