From 7f92e153f36d7cbe01ec64de489296db8b306e6a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 15 Apr 2012 00:04:29 +0200 Subject: [PATCH] recv.h: Fix typo in documentation. The sentence contains the word "the" twice. --- recv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recv.h b/recv.h index ef2a596b..c69520e4 100644 --- a/recv.h +++ b/recv.h @@ -108,9 +108,9 @@ struct receiver { * Evaluate the result from select(). * * This hook gets called after the call to select(). It should check - * all file descriptors which were added to any of the the fd sets - * during the previous call to pre_select. According to the result, it - * may then use any non-blocking I/O to establish a connection or to + * all file descriptors which were added to any of the fd sets during + * the previous call to pre_select. According to the result, it may + * then use any non-blocking I/O to establish a connection or to * receive the audio data. * * \sa select(2), struct receiver. -- 2.39.2