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; |
}; |