Merge pull request #958 from sebdeckers/patch-1

fix: typo
This commit is contained in:
Tatsuhiro Tsujikawa 2017-07-15 11:44:14 +09:00 committed by GitHub
commit cc289972fc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ typedef struct {
nghttp2_pq_entry **q; nghttp2_pq_entry **q;
/* Memory allocator */ /* Memory allocator */
nghttp2_mem *mem; nghttp2_mem *mem;
/* The number of items sotred */ /* The number of items stored */
size_t length; size_t length;
/* The maximum number of items this pq can store. This is /* The maximum number of items this pq can store. This is
automatically extended when length is reached to this value. */ automatically extended when length is reached to this value. */