Index: net/quic/test_tools/quic_test_utils.h |
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h |
index 83d2837b881ae6aaf0ca6974eeb5eb916c90bc75..291ba5c7dc725333fca2792e24be78b6d6844bfc 100644 |
--- a/net/quic/test_tools/quic_test_utils.h |
+++ b/net/quic/test_tools/quic_test_utils.h |
@@ -96,9 +96,9 @@ QuicAckFrame MakeAckFrame(QuicPacketSequenceNumber largest_observed, |
QuicAckFrame MakeAckFrameWithNackRanges(size_t num_nack_ranges, |
QuicPacketSequenceNumber least_unacked); |
-// Returns a SerializedPacket whose |packet| member is owned by the caller, |
-// and is populated with the fields in |header| and |frames|, or is NULL if |
-// the packet could not be created. |
+// Returns a SerializedPacket whose |packet| member is owned by the caller, and |
+// is populated with the fields in |header| and |frames|, or is NULL if the |
+// packet could not be created. |
SerializedPacket BuildUnsizedDataPacket(QuicFramer* framer, |
const QuicPacketHeader& header, |
const QuicFrames& frames); |