Updated doc

This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-03 22:35:38 +09:00
parent fce4be9555
commit 7cc1c73120
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ typedef enum {
*/
SPDYLAY_ERR_STREAM_ID_NOT_AVAILABLE = -509,
/**
* The stream is already closed; or the stream ID is invalid.
* The stream is already closed; or the stream ID is invalid.
*/
SPDYLAY_ERR_STREAM_CLOSED = -510,
/**