X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd_graph.c;h=a29e47d64e1524f67bf29494b83f20deff8c4bdc;hb=b375d439fffdc6985be67b9ca6cdf4d072c704b1;hp=da3be8a6388736c8606cc202530f5d26f9b51f97;hpb=9bc0acd93b96b4bf5cf6a5399488affa5eac57ba;p=rrdtool.git diff --git a/src/rrd_graph.c b/src/rrd_graph.c index da3be8a..a29e47d 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -938,7 +938,7 @@ long find_var( 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)