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

Unified Diff: ipc/ipc_channel.h

Issue 11794011: Fix typo in comment ("ammount"). (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 7 years, 12 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 34f1bbab0ddae4f5b416c430214615bcb57ef715..3a7f8d345586b72cddb2cbe7186fcb355b834d3f 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -90,7 +90,7 @@ class IPC_EXPORT Channel : public Sender {
// size or bigger results in a channel error.
static const size_t kMaximumMessageSize = 128 * 1024 * 1024;
- // Ammount of data to read at once from the pipe.
+ // Amount of data to read at once from the pipe.
static const size_t kReadBufferSize = 4 * 1024;
// Initialize a Channel.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698