| Index: ipc/ipc_message_macros.h
|
| diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
|
| index e9f54e297a980955538f4e38da2e98cac801eb11..9f9ff159d285fba1e06350a1c436a31ceae7c085 100644
|
| --- a/ipc/ipc_message_macros.h
|
| +++ b/ipc/ipc_message_macros.h
|
| @@ -202,7 +202,7 @@
|
| #include "ipc/ipc_message_utils_impl.h"
|
| #endif
|
|
|
| -// Convenience macro for defining structs without inheritence. Should not need
|
| +// Convenience macro for defining structs without inheritance. Should not need
|
| // to be subsequently redefined.
|
| #define IPC_STRUCT_BEGIN(struct_name) \
|
| IPC_STRUCT_BEGIN_WITH_PARENT(struct_name, IPC::NoParams)
|
|
|