This commit is contained in:
Tatsuhiro Tsujikawa 2012-08-21 01:03:22 +09:00
parent a69b61c40c
commit 5dcdf95a67
1 changed files with 1 additions and 2 deletions

View File

@ -1653,8 +1653,7 @@ const char* spdylay_strerror(int error_code);
* negative error codes:
*
* :enum:`SPDYLAY_ERR_INVALID_ARGUMENT`
* The |pri| is invalid; or the Associated-To-Stream-ID is
* invalid.
* The |pri| is invalid.
* :enum:`SPDYLAY_ERR_NOMEM`
* Out of memory.
*/