Skip to content

Commit 79ae9b4

Browse files
danbevjasnell
authored andcommitted
src: minor comment correction (Squash)
PR-URL: nodejs#78 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a641b2b commit 79ae9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_http2.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ void Http2Session::New(const FunctionCallbackInfo<Value>& args) {
339339
}
340340

341341

342-
// Capture the stream that will this session will use to send and receive data
342+
// Capture the stream that this session will use to send and receive data
343343
void Http2Session::Consume(const FunctionCallbackInfo<Value>& args) {
344344
Http2Session* session;
345345
ASSIGN_OR_RETURN_UNWRAP(&session, args.Holder());

0 commit comments

Comments
 (0)