aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2023-01-24 10:16:31 -0800
committerAndrew Morton <[email protected]>2023-02-02 22:50:07 -0800
commita1f46ff2ff88ab8cec64953422f207a81ff379f8 (patch)
tree250a501344e73cb727adc5cb00c1f91a34b2c338
parent362173572a4018e9c8e39c616823189c41d39d41 (diff)
cramfs: Kconfig: fix spelling & punctuation
Fix spelling and hyphenation in cramfs Kconfig. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--fs/cramfs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cramfs/Kconfig b/fs/cramfs/Kconfig
index d98cef0dbb6b..4612c9bbf102 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.