mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:53:25 +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
|
||||
|
||||
config FS_MQUEUE_MPATH
|
||||
string "Path to message queuee"
|
||||
string "Path to message queue"
|
||||
default "/var/mqueue"
|
||||
---help---
|
||||
The path to where POSIX message queues will exist in the VFS namespace.
|
||||
|
||||
Reference in New Issue
Block a user