aboutsummaryrefslogtreecommitdiff
path: root/src/include/microspdy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microspdy.h')
-rw-r--r--src/include/microspdy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microspdy.h b/src/include/microspdy.h
index 53d833a3..272c411a 100644
--- a/src/include/microspdy.h
+++ b/src/include/microspdy.h
@@ -905,7 +905,7 @@ SPDY_get_fdset (struct SPDY_Daemon * daemon,
905 * should at most block, not the timeout value set for connections. 905 * should at most block, not the timeout value set for connections.
906 * 906 *
907 * @param daemon to query for timeout 907 * @param daemon to query for timeout
908 * @param timeout will be set to the timeout value (in seconds) 908 * @param timeout will be set to the timeout value (in milliseconds)
909 * @return SPDY_YES on success 909 * @return SPDY_YES on success
910 * SPDY_NO if no connections exist that 910 * SPDY_NO if no connections exist that
911 * would necessiate the use of a timeout right now 911 * would necessiate the use of a timeout right now