]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Minor documentation updates.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Mar 2009 16:08:14 +0000 (17:08 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 15 Mar 2009 16:08:14 +0000 (17:08 +0100)
vss.c

diff --git a/vss.c b/vss.c
index 7b36ae31c95a14ca24d87d7f3f9c27d29de6fa5c..9346d2095631102cba82b5968f2740b630f87fb7 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -641,10 +641,7 @@ static int need_to_request_new_audio_file(struct vss_task *vsst)
 }
 
 /**
- * Compute the timeout for para_server's main select-loop.
- *
- * This function gets called from para_server to determine the timeout value
- * for its main select loop.
+ * Compute the timeout for the main select-loop of the scheduler.
  *
  * \param s Pointer to the server scheduler.
  * \param t Pointer to the vss task structure.