summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_macros.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 04:24:58 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-05 04:24:58 +0000
commit600cdb7c04b46bb90ca37e297236897e9ba935d0 (patch)
treed15ef144897e9891143a805937efd2b6450426f0 /ipc/ipc_message_macros.h
parent49b2510c6f0f39c3b399fb94d8e4a725440627dd (diff)
downloadchromium_src-600cdb7c04b46bb90ca37e297236897e9ba935d0.zip
chromium_src-600cdb7c04b46bb90ca37e297236897e9ba935d0.tar.gz
chromium_src-600cdb7c04b46bb90ca37e297236897e9ba935d0.tar.bz2
more spell checking
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/57463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232902 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_macros.h')
-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 ea8f7a8..c4e250c 100644
--- a/ipc/ipc_message_macros.h
+++ b/ipc/ipc_message_macros.h
@@ -202,7 +202,7 @@
#include "ipc/ipc_message_utils_impl.h"
#endif
-// Convenience macro for defining structs without inheritence. Should not need
+// Convenience macro for defining structs without inheritance. Should not need
// to be subsequently redefined.
#define IPC_STRUCT_BEGIN(struct_name) \
IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, IPC::NoParams)