cramfs: Kconfig: fix spelling & punctuation
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 24 Jan 2023 18:16:31 +0000 (10:16 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:50:07 +0000 (22:50 -0800)
Fix spelling and hyphenation in cramfs Kconfig.

Link: https://lkml.kernel.org/r/20230124181631.15204-1-rdunlap@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/cramfs/Kconfig

index d98cef0dbb6bbee405fc86eb3dbbc2ab8161ea8d..4612c9bbf102275e490be77fe658802d3a8b4cb8 100644 (file)
@@ -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.