From c601e603c26673daeb8150226d50fb385ef4aa6c Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Sat, 15 Jul 2017 07:46:26 +0800 Subject: [PATCH] fix: typo Came up in downstream code review by @lucaslago https://github.com/nodejs/node/pull/14239#discussion_r127539852 --- lib/nghttp2_pq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_pq.h b/lib/nghttp2_pq.h index 6b0ecfb4..1426bef7 100644 --- a/lib/nghttp2_pq.h +++ b/lib/nghttp2_pq.h @@ -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. */