]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs/read_write: Fix spelling typo
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 30 May 2025 17:32:04 +0000 (20:32 +0300)
committerChristian Brauner <brauner@kernel.org>
Tue, 10 Jun 2025 11:16:19 +0000 (13:16 +0200)
'implemenation' --> 'implementation'.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/20250530173204.3611576-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/read_write.c

index 0ef70e128c4af2b4ad318a88426d4b60d00d400a..81a9474dc3963ca1adacaa990eb857652f7709f6 100644 (file)
@@ -237,7 +237,7 @@ EXPORT_SYMBOL(generic_llseek_cookie);
  * @offset:    file offset to seek to
  * @whence:    type of seek
  *
- * This is a generic implemenation of ->llseek useable for all normal local
+ * This is a generic implementation of ->llseek useable for all normal local
  * filesystems.  It just updates the file offset to the value specified by
  * @offset and @whence.
  */