| Index: net/quic/core/frames/quic_window_update_frame.h
|
| diff --git a/net/quic/core/frames/quic_window_update_frame.h b/net/quic/core/frames/quic_window_update_frame.h
|
| index 0edf79ab0ffd6e4b715e513e69a6dcabd183a560..55e6f040ed2fea5b4d9acd1bcc840d8b89588510 100644
|
| --- a/net/quic/core/frames/quic_window_update_frame.h
|
| +++ b/net/quic/core/frames/quic_window_update_frame.h
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace net {
|
|
|
| -// Flow control updates per-stream and at the connection levoel.
|
| +// Flow control updates per-stream and at the connection level.
|
| // Based on SPDY's WINDOW_UPDATE frame, but uses an absolute byte offset rather
|
| // than a window delta.
|
| // TODO(rjshade): A possible future optimization is to make stream_id and
|
|
|