diff --git a/lotto.c b/lotto.c --- a/lotto.c +++ b/lotto.c @@ -1,5 +1,5 @@ /** - * test/demos/lotto.c + * lotto.c * computes the best n lottery-values from m loops out of [1..end] * * ------------------------------------------------------------------------------