diff options
Diffstat (limited to 'src/recur.c')
-rw-r--r-- | src/recur.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recur.c b/src/recur.c index 29e3dd8..3c93de2 100644 --- a/src/recur.c +++ b/src/recur.c @@ -1828,7 +1828,7 @@ int recur_next_occurrence(time_t s, long d, struct rpt *r, llist_t *e, } /* - * Finds the nth occurrence of a recurrence rule (s, d, r, e) (incl. the start) + * Finds the nth occurrence (incl. start) of a recurrence rule (s, d, r, e) * and returns it in the provided buffer. */ int recur_nth_occurrence(time_t s, long d, struct rpt *r, llist_t *e, int n, |