Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tools/android/forwarder2/socket.h

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698