From 890c5532da783e8d58cfbf28822bcedaa8a0c61d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 14 Nov 2007 16:32:41 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@90 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/chmsg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chmsg.c') diff --git a/src/chmsg.c b/src/chmsg.c index 5ea3f9821..0f24b24aa 100644 --- a/src/chmsg.c +++ b/src/chmsg.c @@ -153,7 +153,7 @@ t_msg chMsgWait(void) { * @return the pointer to the message structure. Note, it is always the * message associated to the thread on the top of the messages queue. * If the queue is empty then \p NULL is returned. - * @note You can assume that the data contained in the message is stable until + * @note You can assume that the data pointed by 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. -- cgit v1.2.3