s/drivers/driver/ as the configuration selects a single driver.

Fixes: 2bf4fd065384 ("nvmem: Add driver to expose reserved memory as nvmem")
Suggested-by: Randy Dunlap <[email protected]>
Signed-off-by: Nicolas Saenz Julienne <[email protected]>
---
 drivers/nvmem/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvmem/Kconfig b/drivers/nvmem/Kconfig
index fecc19b884bf..75d2594c16e1 100644
--- a/drivers/nvmem/Kconfig
+++ b/drivers/nvmem/Kconfig
@@ -273,7 +273,7 @@ config SPRD_EFUSE
 config NVMEM_RMEM
        tristate "Reserved Memory Based Driver Support"
        help
-         This drivers maps reserved memory into an nvmem device. It might be
+         This driver maps reserved memory into an nvmem device. It might be
          useful to expose information left by firmware in memory.
 
          This driver can also be built as a module. If so, the module
-- 
2.30.0

Reply via email to