Commit c13849c3 authored by tsepez@chromium.org's avatar tsepez@chromium.org

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
parent 4a37cd9e
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
// class_some_other_class; // Another incomplete class declaration // class_some_other_class; // Another incomplete class declaration
// #endif // SOME_GUARD_MACRO // #endif // SOME_GUARD_MACRO
// #ifdef IPC_MESSAGE_IMPL // #ifdef IPC_MESSAGE_IMPL
// #inlcude "path/to/some_class.h" // Full class declaration // #include "path/to/some_class.h" // Full class declaration
// #inlcude "path/to/some_other_class.h" // Full class declaration // #include "path/to/some_other_class.h" // Full class declaration
// #endif // IPC_MESSAGE_IMPL // #endif // IPC_MESSAGE_IMPL
// (.. IPC macros using some_class and some_other_class ...) // (.. IPC macros using some_class and some_other_class ...)
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment