From: Andy Shevchenko Date: Fri, 30 May 2025 17:32:04 +0000 (+0300) Subject: fs/read_write: Fix spelling typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd95e366c9e380ca4fbe91cb38756f06d2ad869f;p=thirdparty%2Fkernel%2Flinux.git fs/read_write: Fix spelling typo 'implemenation' --> 'implementation'. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/20250530173204.3611576-1-andriy.shevchenko@linux.intel.com Signed-off-by: Christian Brauner --- diff --git a/fs/read_write.c b/fs/read_write.c index 0ef70e128c4af..81a9474dc3963 100644 --- a/fs/read_write.c +++ b/fs/read_write.c @@ -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. */