From 55b3dcdebaef7e84b5b40153f378096fbf64e71d Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Mon, 24 Nov 2014 03:39:24 -0500 Subject: [PATCH] Changed wording --- arithmetic_progressions/arithmetic_progressions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arithmetic_progressions/arithmetic_progressions.c b/arithmetic_progressions/arithmetic_progressions.c index fecd518..194e49c 100644 --- a/arithmetic_progressions/arithmetic_progressions.c +++ b/arithmetic_progressions/arithmetic_progressions.c @@ -212,7 +212,7 @@ int read_adp(char *buf, int n, struct adp *adp) { return 0; } -// Calculate for [i, j[ +// Calculate sum of p and product of d^p for [i, j[ void segtree_mcd( struct adp *adp, struct segtree *ptree,