From 573ed68b79ebbe62725672a9fae8eea00ac2e357 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 19 May 2013 21:25:13 +0200 Subject: [PATCH 1/1] filter_common.c: Fix two typos in comment. --- filter_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter_common.c b/filter_common.c index 415824ad..907912fd 100644 --- a/filter_common.c +++ b/filter_common.c @@ -123,13 +123,13 @@ void print_filter_helps(int detailed) } /** - * Set select timeout of the the scheduler. + * Set select timeout of the scheduler. * * \param s The scheduler. * \param t The task struct of this filter. * * This looks at the status of the btr node of the filter. If data is available - * in the input queue of the filter, or if an error occured, a minimal timeout + * in the input queue of the filter, or if an error occurred, a minimal timeout * for the next select call is requested from the scheduler. Otherwise the * scheduler timeout is left unchanged. */ -- 2.39.2