| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index 41ed0b86e5683483198a81b3fd5eb63b4b15827f..dc94b86e2e37a4464cd87f48d6976ea329daf1e6 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -526,7 +526,7 @@ class NET_EXPORT_PRIVATE QuicFramer {
|
| bool is_server_;
|
| // If false, skip validation that the public flags are set to legal values.
|
| bool validate_flags_;
|
| - // The time this frames was created. Time written to the wire will be
|
| + // The time this framer was created. Time written to the wire will be
|
| // written as a delta from this value.
|
| QuicTime creation_time_;
|
|
|
|
|