summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: baa7624)
raw | patch | inline | side by side (parent: baa7624)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Oct 2008 16:53:56 +0000 (16:53 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 1 Oct 2008 16:53:56 +0000 (16:53 +0000) |
src/rrd_graph.c | patch | blob | history |
diff --git a/src/rrd_graph.c b/src/rrd_graph.c
index da3be8a6388736c8606cc202530f5d26f9b51f97..a29e47d64e1524f67bf29494b83f20deff8c4bdc 100644 (file)
--- a/src/rrd_graph.c
+++ b/src/rrd_graph.c
return -1;
}
-/* find the largest common denominator for all the numbers
+/* find the greatest common divisor for all the numbers
in the 0 terminated num array */
long lcd(
long *num)