[PATCH 1/2] orangefs: fix typo "overriden" in comment

From: Hemanth Selam

Date: Fri Sep 04 2026 - 08:31:40 EST


Correct "overriden" to "overridden", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt. Only touches comments,
no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
fs/orangefs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/orangefs/file.c b/fs/orangefs/file.c
index 42591252e239..2de49bece1b2 100644
--- a/fs/orangefs/file.c
+++ b/fs/orangefs/file.c
@@ -490,7 +490,7 @@ static int orangefs_fsync(struct file *file,
/*
* Change the file pointer position for an instance of an open file.
*
- * \note If .llseek is overriden, we must acquire lock as described in
+ * \note If .llseek is overridden, we must acquire lock as described in
* Documentation/filesystems/locking.rst.
*
* Future upgrade could support SEEK_DATA and SEEK_HOLE but would
--
2.48.1