diff options
Diffstat (limited to 'ipc/ipc_message_macros.h')
-rw-r--r-- | ipc/ipc_message_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index 0fb6b182..f77abb2 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -15,7 +15,7 @@ // // Each XXX_messages.h file must be registered with the IPC system. This // requires adding two things: -// - An XXXMsgStart value to the IPCMessageStart enum in ipc_message_utils.h +// - An XXXMsgStart value to the IPCMessageStart enum in ipc_message_start.h // - An inclusion of XXX_messages.h file in a message generator .h file // // The XXXMsgStart value is an enumeration that ensures uniqueness for |