linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include: linux: Fix a typo in the file fs.h
@ 2021-03-13  5:19 Bhaskar Chowdhury
  2021-03-13  6:06 ` Tom Saeger
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-13  5:19 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury

s/varous/various/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-13  6:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-13  5:19 [PATCH] include: linux: Fix a typo in the file fs.h Bhaskar Chowdhury
2021-03-13  6:06 ` Tom Saeger
2021-03-13  6:14   ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).