From c13849c3746e2b14efd2ab5fc825794689e7a61f Mon Sep 17 00:00:00 2001 From: "tsepez@chromium.org" Date: Wed, 18 Jun 2014 17:32:42 +0000 Subject: [PATCH] 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 --- ipc/ipc_message_macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index 38aa7408f8ae21..8be5c532bf07a7 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 ...) //