summaryrefslogtreecommitdiff
path: root/ipc
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:54:10 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 06:46:33 +0900
commit4b17f665e5a83534361452eb5e4ab9aa1e54cd3b (patch)
treed68c7b413731b65739a22fb0aa9598bae8fdb4b6 /ipc
parent960c3f14be9def8cd11a0b9cedf7ef2cd68c43d1 (diff)
ipc/ipc_kmsg.h: update comment
Struct ipc_kmsg_queue is not defined in kern/thread.h. * ipc/ipc_kmsg.h: Update comment.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/ipc_kmsg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ipc/ipc_kmsg.h b/ipc/ipc_kmsg.h
index 8867310d..07695fb5 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>