mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:44:41 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue