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

Unified Diff: net/quic/quic_clock.h

Issue 17302002: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « net/quic/crypto/strike_register_test.cc ('k') | net/quic/quic_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_clock.h
diff --git a/net/quic/quic_clock.h b/net/quic/quic_clock.h
index 0b3ef4a9133ef1e5e2c6f5c83b6763240e2b7817..e6135a930d007d0080521fcaf2132baa0eb51bd0 100644
--- a/net/quic/quic_clock.h
+++ b/net/quic/quic_clock.h
@@ -27,7 +27,7 @@ class NET_EXPORT_PRIVATE QuicClock {
// Note: this use significant resources please use only if needed.
virtual QuicTime Now() const;
- // WallNow returns the current wall-time - a time is consistent across
+ // WallNow returns the current wall-time - a time that is consistent across
// different clocks.
virtual QuicWallTime WallNow() const;
};
« no previous file with comments | « net/quic/crypto/strike_register_test.cc ('k') | net/quic/quic_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698