diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:54:10 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:46:33 +0900 |
commit | 4b17f665e5a83534361452eb5e4ab9aa1e54cd3b (patch) | |
tree | d68c7b413731b65739a22fb0aa9598bae8fdb4b6 | |
parent | 960c3f14be9def8cd11a0b9cedf7ef2cd68c43d1 (diff) |
ipc/ipc_kmsg.h: update comment
Struct ipc_kmsg_queue is not defined in kern/thread.h.
* ipc/ipc_kmsg.h: Update comment.
-rw-r--r-- | ipc/ipc_kmsg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/ipc_kmsg.h b/ipc/ipc_kmsg.h index 8867310..07695fb 100644 --- a/ipc/ipc_kmsg.h +++ b/ipc/ipc_kmsg.h @@ -140,8 +140,7 @@ MACRO_BEGIN \ MACRO_END /* - * struct ipc_kmsg_queue is defined in kern/thread.h instead of here, - * so that kern/thread.h doesn't have to include ipc/ipc_kmsg.h. + * struct ipc_kmsg_queue is defined in ipc/ipc_kmsg_queue.h */ #include <ipc/ipc_kmsg_queue.h> |