summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-10 17:32:31 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-10 17:32:31 +0000
commitd424035d8ab786a0f3671baeda7a362811f8d441 (patch)
tree39fbcd1f32bef1af9b80e97d04d19c1525c55947 /ipc
parent003be53b23e2d6dff8cf65759ca68d0140224468 (diff)
downloadchromium_src-d424035d8ab786a0f3671baeda7a362811f8d441.zip
chromium_src-d424035d8ab786a0f3671baeda7a362811f8d441.tar.gz
chromium_src-d424035d8ab786a0f3671baeda7a362811f8d441.tar.bz2
Fix a minor typo in ipc_message_macros.h (split out of http://codereview.chromium.org/460020)
BUG=none TEST=none Review URL: http://codereview.chromium.org/466072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34256 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_message_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
index e46ab12..f948791 100644
--- a/ipc/ipc_message_macros.h
+++ b/ipc/ipc_message_macros.h
@@ -25,7 +25,7 @@
//
//
// A caller can also send a synchronous message, while the receiver can respond
-// at a later time. This is transparent from the sender's size. The receiver
+// at a later time. This is transparent from the sender's side. The receiver
// needs to use a different handler that takes in a IPC::Message* as the output
// type, stash the message, and when it has the data it can Send the message.
//