fix: typo

Came up in downstream code review by @lucaslago https://github.com/nodejs/node/pull/14239#discussion_r127539852
This commit is contained in:
Sebastiaan Deckers 2017-07-15 07:46:26 +08:00 committed by GitHub
parent 1002c6da1c
commit c601e603c2
1 changed files with 1 additions and 1 deletions

View File

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