diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 02:13:04 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-05 02:13:04 +0000 |
commit | 4c4c0dc20820c79046ca3948d850e3abf929a81d (patch) | |
tree | 10096c43cc8e65fb2f1fcddcf6e613bbdeddfcd2 /ipc/ipc_channel.h | |
parent | cb8dc8e05e98a7949534be413434af775eddf4f9 (diff) | |
download | chromium_src-4c4c0dc20820c79046ca3948d850e3abf929a81d.zip chromium_src-4c4c0dc20820c79046ca3948d850e3abf929a81d.tar.gz chromium_src-4c4c0dc20820c79046ca3948d850e3abf929a81d.tar.bz2 |
Fix typo in comment ("ammount").
TBR=jam@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11794011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r-- | ipc/ipc_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index 34f1bba..3a7f8d3 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. |