mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Fix some typos. Mostly inital->initial.
This commit is contained in:
committed by
Gregory Nutt
parent
5a73b54dc7
commit
c3d24571fb
@@ -320,16 +320,16 @@ void nxmq_free_msgq(FAR struct mqueue_inode_s *msgq);
|
||||
*
|
||||
* Description:
|
||||
* This function implements a part of the POSIX message queue open logic.
|
||||
* It allocates and initializes a structu mqueue_inode_s structure.
|
||||
* It allocates and initializes a struct mqueue_inode_s structure.
|
||||
*
|
||||
* Input Parameters:
|
||||
* mode - mode_t value is ignored
|
||||
* attr - The mq_maxmsg attribute is used at the time that the message
|
||||
* queue is created to determine the maximum number of
|
||||
* messages that may be placed in the message queue.
|
||||
* messages that may be placed in the message queue.
|
||||
*
|
||||
* Returned Value:
|
||||
* The allocated and initalized message queue structure or NULL in the
|
||||
* The allocated and initialized message queue structure or NULL in the
|
||||
* event of a failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user