From 5791bbe17ea21393bb2defc5ab3d7b4d825bef5f Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Sun, 3 Jan 2021 18:19:35 -0500 Subject: [PATCH] fs/mqueue/Kconfig: Fix typo fs/mqueue/Kconfig: * config FS_MQUEUE_MPATH: Fix typo in name string (queuee -> queue) --- fs/mqueue/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/mqueue/Kconfig b/fs/mqueue/Kconfig index 6763bc0673..3e816d07d0 100644 --- a/fs/mqueue/Kconfig +++ b/fs/mqueue/Kconfig @@ -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.