Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: net/quic/quic_framer.h

Issue 444323002: Fix typo in comment in QuicFramer. creation_time_ is the creation time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@deprecate_flag_enable_quic_connection_flow_con
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698