Index: net/quic/quic_time.h |
diff --git a/net/quic/quic_time.h b/net/quic/quic_time.h |
index 2500d5eb0abec921d0b5f79c6f800475dbb0e699..3c5a670e97d7f4b4d29f61b9535aba912f3a3f9b 100644 |
--- a/net/quic/quic_time.h |
+++ b/net/quic/quic_time.h |
@@ -153,7 +153,7 @@ class NET_EXPORT_PRIVATE QuicTime { |
// A QuicWallTime represents an absolute time that is globally consistent. In |
// practice, clock-skew means that comparing values from different machines |
-// requires some flexibility in interpretation. |
+// requires some flexibility. |
class NET_EXPORT_PRIVATE QuicWallTime { |
public: |
// FromUNIXSeconds constructs a QuicWallTime from a count of the seconds |