Skip to content

Commit cd95e36

Browse files
andy-shevbrauner
authored andcommitted
fs/read_write: Fix spelling typo
'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>
1 parent 19272b3 commit cd95e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/read_write.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ EXPORT_SYMBOL(generic_llseek_cookie);
237237
* @offset: file offset to seek to
238238
* @whence: type of seek
239239
*
240-
* This is a generic implemenation of ->llseek useable for all normal local
240+
* This is a generic implementation of ->llseek useable for all normal local
241241
* filesystems. It just updates the file offset to the value specified by
242242
* @offset and @whence.
243243
*/

0 commit comments

Comments
 (0)