aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chmsg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chmsg.c b/src/chmsg.c
index 0f71b2216..7b22a69b2 100644
--- a/src/chmsg.c
+++ b/src/chmsg.c
@@ -130,8 +130,7 @@ t_msg chMsgSendTimeout(Thread *tp, t_msg msg, t_time time) {
* message associated to the thread on the top of the messages queue.
* @note You can assume that the data contained in the message is stable until
* you invoke \p chMsgRelease() because the sending thread is
- * suspended until then. Always remember that the message data is not
- * copied between the sender and the receiver, just a pointer is passed.
+ * suspended until then.
*/
t_msg chMsgWait(void) {
t_msg msg;