Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Came up in downstream code review by @lucaslago nodejs/node#14239 (comment)
  • Loading branch information
sebdeckers authored Jul 14, 2017
1 parent 1002c6d commit c601e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nghttp2_pq.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit c601e60

Please sign in to comment.