mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
fs/mqueue/Kconfig: Fix typo
fs/mqueue/Kconfig:
* config FS_MQUEUE_MPATH:
Fix typo in name string (queuee -> queue)
This commit is contained in:
committed by
Xiang Xiao
parent
38a068b7e6
commit
5791bbe17e
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
if !DISABLE_MQUEUE
|
if !DISABLE_MQUEUE
|
||||||
|
|
||||||
config FS_MQUEUE_MPATH
|
config FS_MQUEUE_MPATH
|
||||||
string "Path to message queuee"
|
string "Path to message queue"
|
||||||
default "/var/mqueue"
|
default "/var/mqueue"
|
||||||
---help---
|
---help---
|
||||||
The path to where POSIX message queues will exist in the VFS namespace.
|
The path to where POSIX message queues will exist in the VFS namespace.
|
||||||
|
|||||||
Reference in New Issue
Block a user