[PATCH] include: linux: Fix a typo in the file fs.h

From: Bhaskar Chowdhury
Date: Sat Mar 13 2021 - 00:33:22 EST


s/varous/various/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
include/linux/fs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/fs.h b/include/linux/fs.h
index ec8f3ddf4a6a..c37a17c32d74 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1051,7 +1051,7 @@ bool opens_in_grace(struct net *);
* FIXME: should we create a separate "struct lock_request" to help distinguish
* these two uses?
*
- * The varous i_flctx lists are ordered by:
+ * The various i_flctx lists are ordered by:
*
* 1) lock owner
* 2) lock range start
--
2.26.2