From 7cc1c7312013da7de7014108a2d5d74756528044 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 3 Aug 2012 22:35:38 +0900 Subject: [PATCH] Updated doc --- lib/includes/spdylay/spdylay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index 3470313e..b6e59d33 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -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, /**