diff options
Diffstat (limited to 'src/microspdy/daemon.h')
-rw-r--r-- | src/microspdy/daemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microspdy/daemon.h b/src/microspdy/daemon.h index 791c32e1..03e322b5 100644 --- a/src/microspdy/daemon.h +++ b/src/microspdy/daemon.h | |||
@@ -86,7 +86,7 @@ SPDYF_run (struct SPDY_Daemon *daemon); | |||
86 | * should at most block, not the timeout value set for connections. | 86 | * should at most block, not the timeout value set for connections. |
87 | * | 87 | * |
88 | * @param daemon daemon to query for timeout | 88 | * @param daemon daemon to query for timeout |
89 | * @param timeout set to the timeout (in seconds) | 89 | * @param timeout set to the timeout (in milliseconds) |
90 | * @return SPDY_YES on success, SPDY_NO if no connections exist that | 90 | * @return SPDY_YES on success, SPDY_NO if no connections exist that |
91 | * would necessiate the use of a timeout right now | 91 | * would necessiate the use of a timeout right now |
92 | */ | 92 | */ |