mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>
This commit is contained in:
committed by
Christian Brauner
parent
19272b37aa
commit
cd95e366c9
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user