X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=907912fd06d9f0e4a78a53c7a5026c4a0a9d4846;hp=0d3377b1094449eac9ad8e18965e65865014d43a;hb=58864df1c0784c58e421949b67a091fd0a60e140;hpb=bd533f99665cab3c9d64c14c242a8f80bdce71c5 diff --git a/filter_common.c b/filter_common.c index 0d3377b1..907912fd 100644 --- a/filter_common.c +++ b/filter_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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. */