| Index: net/quic/core/quic_packet_creator.h
|
| diff --git a/net/quic/core/quic_packet_creator.h b/net/quic/core/quic_packet_creator.h
|
| index a80c3cdd4d9b14eaaca5ddf495db7cc77fe6098b..68b70d42ff42370e08288bcf3bd90c05bc49039b 100644
|
| --- a/net/quic/core/quic_packet_creator.h
|
| +++ b/net/quic/core/quic_packet_creator.h
|
| @@ -3,9 +3,7 @@
|
| // found in the LICENSE file.
|
| //
|
| // Accumulates frames for the next packet until more frames no longer fit or
|
| -// it's time to create a packet from them. If multipath enabled, only creates
|
| -// packets on one path at the same time. Currently, next packet number is
|
| -// tracked per-path.
|
| +// it's time to create a packet from them.
|
|
|
| #ifndef NET_QUIC_CORE_QUIC_PACKET_CREATOR_H_
|
| #define NET_QUIC_CORE_QUIC_PACKET_CREATOR_H_
|
|
|