[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221007203644.2756986-1-colin.i.king@gmail.com>
Date: Fri, 7 Oct 2022 21:36:44 +0100
From: Colin Ian King <colin.i.king@...il.com>
To: Nicolas Pitre <nico@...xnic.net>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] cramfs: Kconfig: Fix spelling mistake "adressed" -> "addressed"
There is a spelling mistake in a Kconfig description. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@...il.com>
---
fs/cramfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig
index d98cef0dbb6b..a8af8c6ac15d 100644
--- a/fs/cramfs/Kconfig
+++ b/fs/cramfs/Kconfig
@@ -38,7 +38,7 @@ config CRAMFS_MTD
default y if !CRAMFS_BLOCKDEV
help
This option allows the CramFs driver to load data directly from
- a linear adressed memory range (usually non volatile memory
+ a linear addressed memory range (usually non volatile memory
like flash) instead of going through the block device layer.
This saves some memory since no intermediate buffering is
necessary.
--
2.37.3
Powered by blists - more mailing lists