summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_macros.h
diff options
context:
space:
mode:
authortsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 17:32:42 +0000
committertsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-18 17:32:42 +0000
commitc13849c3746e2b14efd2ab5fc825794689e7a61f (patch)
tree819b796ff353d7f1181befae1c9ffc9fbd686e8a /ipc/ipc_message_macros.h
parent4a37cd9ece7902d5b25b51cebe502cdd93a56bb9 (diff)
downloadchromium_src-c13849c3746e2b14efd2ab5fc825794689e7a61f.zip
chromium_src-c13849c3746e2b14efd2ab5fc825794689e7a61f.tar.gz
chromium_src-c13849c3746e2b14efd2ab5fc825794689e7a61f.tar.bz2
Fix "inlcude" typo in comments.
NOTRY=true Review URL: https://codereview.chromium.org/343473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message_macros.h')
-rw-r--r--ipc/ipc_message_macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
index 38aa740..8be5c53 100644
--- a/ipc/ipc_message_macros.h
+++ b/ipc/ipc_message_macros.h
@@ -113,8 +113,8 @@
// class_some_other_class; // Another incomplete class declaration
// #endif // SOME_GUARD_MACRO
// #ifdef IPC_MESSAGE_IMPL
-// #inlcude "path/to/some_class.h" // Full class declaration
-// #inlcude "path/to/some_other_class.h" // Full class declaration
+// #include "path/to/some_class.h" // Full class declaration
+// #include "path/to/some_other_class.h" // Full class declaration
// #endif // IPC_MESSAGE_IMPL
// (.. IPC macros using some_class and some_other_class ...)
//