From 5dcdf95a673acf51d26a7428867f6beecf4d8923 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 21 Aug 2012 01:03:22 +0900 Subject: [PATCH] Fix doc --- lib/includes/spdylay/spdylay.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index b6e59d33..556a3149 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -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. */