mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
mqueue, btqueue: Fix some typos (e.g., essage -> message)
include/nuttx/mqueue.h:
sched/mqueue/mq_msgqfree.c:
wireless/bluetooth/bt_queue.c:
* Fix typos in comments only. No functional changes.
This commit is contained in:
committed by
Masayuki Ishikawa
parent
3144a5a272
commit
f61214cc0d
@@ -40,7 +40,7 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Common essage queue attributes */
|
||||
/* Common message queue attributes */
|
||||
|
||||
#define BT_MSGSIZE sizeof(struct bt_bufmsg_s)
|
||||
#define BT_MSGFLAGS 0
|
||||
|
||||
Reference in New Issue
Block a user