c-user/message_manager.rst: Change "cons void" to "const void"

Closes #3575.
This commit is contained in:
Joel Sherrill 2018-10-29 17:26:19 -05:00
parent 955d36640f
commit 21fe48eb1a

View File

@ -434,7 +434,7 @@ CALLING SEQUENCE:
rtems_status_code rtems_message_queue_send(
rtems_id id,
cons void *buffer,
const void *buffer,
size_t size
);