Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Apr 16, 2015
1 parent dc335b9 commit 1a8da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nghttp2_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static int stream_update_dep_queue_top(nghttp2_stream *stream,
* work, this function returns 1 if any of its descendants has dpri
* value of NGHTTP2_STREAM_DPRI_TOP, otherwise 0.
*
* Calculating stream->sum_top-weight is very simple compared to
* Calculating stream->sum_top_weight is very simple compared to
* stream->sum_norest_weight. It just adds up the weight of direct
* descendants whose dpri is NGHTTP2_STREAM_DPRI_TOP.
*/
Expand Down

0 comments on commit 1a8da6c

Please sign in to comment.