Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index faefb35343fc04a2caf857252f8431f447c214f7..8a4ed13ed60e4a1f390d07f2ef3a547f05899222 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -37,5 +37,5 @@ bool FLAGS_quic_allow_oversized_packets_for_test = false; |
// When true, the use time based loss detection instead of nack. |
bool FLAGS_quic_use_time_loss_detection = false; |
-// If true, allow port migration of established QUIC connections. |
+// If true, allow peer port migration of established QUIC connections. |
bool FLAGS_quic_allow_port_migration = true; |