Skip to content

Commit c601e60

Browse files
authored
fix: typo
Came up in downstream code review by @lucaslago nodejs/node#14239 (comment)
1 parent 1002c6d commit c601e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nghttp2_pq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ typedef struct {
4242
nghttp2_pq_entry **q;
4343
/* Memory allocator */
4444
nghttp2_mem *mem;
45-
/* The number of items sotred */
45+
/* The number of items stored */
4646
size_t length;
4747
/* The maximum number of items this pq can store. This is
4848
automatically extended when length is reached to this value. */

0 commit comments

Comments
 (0)