--- src/barchart.c	2008-08-11 10:16:06.000000000 -0400
+++ src/barchart.c	2010-03-11 15:33:59.000000000 -0500
@@ -1321,7 +1321,7 @@
   indx = (gint *) g_malloc (ny * sizeof (gint));
 
 /*
- * gy is needed solely for the psort routine:  psort is used by
+ * gy is needed solely for the p_sort routine:  p_sort is used by
  * qsort to put an index vector in the order that yy will assume.
 */
   gg->p1d.gy = (gfloat *) g_malloc (ny * sizeof (gfloat));
diff -uNr ggobi-2.1.8.orig/src/texture.c ggobi-2.1.8/src/texture.c
