Fix some typos. Mostly inital->initial.

This commit is contained in:
Juha Niskanen
2019-09-27 06:32:32 -06:00
committed by Gregory Nutt
parent 5a73b54dc7
commit c3d24571fb
25 changed files with 48 additions and 50 deletions
+3 -3
View File
@@ -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.
*
****************************************************************************/