[genius] comment nit



commit 21ad1be17556404f8a4d6c894ae8cd8f7519586c
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Wed Jun 12 19:32:17 2013 -0500

    comment nit

 src/graphing.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/graphing.c b/src/graphing.c
index 625c0c5..fc80220 100644
--- a/src/graphing.c
+++ b/src/graphing.c
@@ -4215,7 +4215,7 @@ recompute_function (int funci, double **x, double **y, int *len, gboolean fittin
                sizex = 0.01;
 
 
-       /* adaptively bisect points */
+       /* adaptively bisect intervals */
        li = g_queue_peek_head_link (points);
        while (li != NULL && li->next != NULL) {
                Point *pt = li->data;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]