Skip to content

Commit

Permalink
Fix "inlcude" typo in comments.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsepez@chromium.org committed Jun 18, 2014
1 parent 4a37cd9 commit c13849c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipc/ipc_message_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...)
//
Expand Down

0 comments on commit c13849c

Please sign in to comment.