mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02: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:
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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user