Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Andy Shevchenko and committed by
Christian Brauner
cd95e366 19272b37

+1 -1
+1 -1
fs/read_write.c
··· 237 237 * @offset: file offset to seek to 238 238 * @whence: type of seek 239 239 * 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 241 241 * filesystems. It just updates the file offset to the value specified by 242 242 * @offset and @whence. 243 243 */