| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 02f45e6c56a8520aaf2887faacf77235f2f768f5..05b305458c5e3007cd31817f410199268c8dbe52 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -69,7 +69,7 @@ class QuicClient : public EpollCallbackInterface,
|
| // Disconnects from the QUIC server.
|
| void Disconnect();
|
|
|
| - // Sends a request simple GET for each URL in arg, and then waits for
|
| + // Sends a request simple GET for each URL in |args|, and then waits for
|
| // each to complete.
|
| void SendRequestsAndWaitForResponse(const CommandLine::StringVector& args);
|
|
|
|
|