aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewman/makeGraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/viewman/makeGraph.c')
-rw-r--r--src/graph/viewman/makeGraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/viewman/makeGraph.c b/src/graph/viewman/makeGraph.c
index 69e0a656..d4188a41 100644
--- a/src/graph/viewman/makeGraph.c
+++ b/src/graph/viewman/makeGraph.c
@@ -93,7 +93,7 @@ makeGraphFromSpadData(void)
pL->listOfPoints = p; /** point to current point list **/
for (j=0; j<pL->numberOfPoints; j++) {
- p->x = get_float(spadSock); /* get numbers from AXIOM */
+ p->x = get_float(spadSock); /* get numbers from OpenAxiom */
p->y = get_float(spadSock);
p->hue = get_float(spadSock) - 1; /* make zero based */
p->shade = get_float(spadSock) - 1;