| Index: ipc/ipc_message_macros.h
|
| diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
|
| index 38aa7408f8ae213e72d77c342ebd3d9316e41f06..8be5c532bf07a7b48ae01cdbc842d06a1b7bc6d9 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 ...)
|
| //
|
|
|