| Index: net/quic/quic_dispatcher.h
|
| diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
|
| index 684461d9e1aa4f1df26c9c80231ff4f8d9aa4c73..2687e8b52c3069cc86feac7a7e647701c0745aec 100644
|
| --- a/net/quic/quic_dispatcher.h
|
| +++ b/net/quic/quic_dispatcher.h
|
| @@ -70,7 +70,7 @@ class QuicDispatcher : public QuicBlockedWriterInterface,
|
|
|
| virtual ~QuicDispatcher();
|
|
|
| - // Takes ownership of the packet writer
|
| + // Takes ownership of the packet writer.
|
| virtual void Initialize(QuicServerPacketWriter* writer);
|
|
|
| // Process the incoming packet by creating a new session, passing it to
|
|
|