| Index: tools/android/forwarder2/socket.h
|
| diff --git a/tools/android/forwarder2/socket.h b/tools/android/forwarder2/socket.h
|
| index acea0ec5a6239d4c0dab63ffc3c3a4a0f581f424..5e68f16c2cb6df60834a1cedaed90c7fcd7f37ed 100644
|
| --- a/tools/android/forwarder2/socket.h
|
| +++ b/tools/android/forwarder2/socket.h
|
| @@ -46,7 +46,7 @@ class Socket {
|
| int GetPort();
|
|
|
| // Just a wrapper around unix read() function.
|
| - // Reads up to buffer_size, but may read less then buffer_size.
|
| + // Reads up to buffer_size, but may read less than buffer_size.
|
| // Returns the number of bytes read.
|
| int Read(void* buffer, size_t buffer_size);
|
|
|
|
|