[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201216111605.10787-1-colin.king@canonical.com>
Date: Wed, 16 Dec 2020 11:16:05 +0000
From: Colin King <colin.king@...onical.com>
To: Christoph Hellwig <hch@...radead.org>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] freevxfs: fix spelling mistake in Kconfig "endianess" -> "endianness"
From: Colin Ian King <colin.king@...onical.com>
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
fs/freevxfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/freevxfs/Kconfig b/fs/freevxfs/Kconfig
index c05c71d57291..0e2fc08f7de4 100644
--- a/fs/freevxfs/Kconfig
+++ b/fs/freevxfs/Kconfig
@@ -8,7 +8,7 @@ config VXFS_FS
of SCO UnixWare (and possibly others) and optionally available
for Sunsoft Solaris, HP-UX and many other operating systems. However
these particular OS implementations of vxfs may differ in on-disk
- data endianess and/or superblock offset. The vxfs module has been
+ data endianness and/or superblock offset. The vxfs module has been
tested with SCO UnixWare and HP-UX B.10.20 (pa-risc 1.1 arch.)
Currently only readonly access is supported and VxFX versions
2, 3 and 4. Tests were performed with HP-UX VxFS version 3.
--
2.29.2
Powered by blists - more mailing lists