]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
include/linux/fs.h: trivial fix: regualr -> regular
authorAskar Safin <safinaskar@gmail.com>
Thu, 20 Nov 2025 19:51:40 +0000 (19:51 +0000)
committerChristian Brauner <brauner@kernel.org>
Tue, 25 Nov 2025 09:13:09 +0000 (10:13 +0100)
Trivial fix.

Signed-off-by: Askar Safin <safinaskar@gmail.com>
Link: https://patch.msgid.link/20251120195140.571608-1-safinaskar@gmail.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
include/linux/fs.h

index ff69734b9fded8a9ccda036a160c437d0c5c1b70..e02700b4e36b5181553e12dbf7ebf658256adb03 100644 (file)
@@ -3102,7 +3102,7 @@ static inline bool inode_wrong_type(const struct inode *inode, umode_t mode)
  * file_start_write - get write access to a superblock for regular file io
  * @file: the file we want to write to
  *
- * This is a variant of sb_start_write() which is a noop on non-regualr file.
+ * This is a variant of sb_start_write() which is a noop on non-regular file.
  * Should be matched with a call to file_end_write().
  */
 static inline void file_start_write(struct file *file)