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. |