summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAskar Safin <safinaskar@gmail.com>2025-11-20 21:13:16 +0000
committerChristian Brauner <brauner@kernel.org>2025-11-25 10:11:16 +0100
commitbef0202fb77b9b733054838df1d3111406bd21d4 (patch)
tree38bbe8485306aa717aaefe3e3dda4d9310928da4
parent8d79ec9e7f634e10c6cdc7f3999023bd988df1ad (diff)
fs/splice.c: trivial fix: pipes -> pipe's
Trivial fix. Signed-off-by: Askar Safin <safinaskar@gmail.com> Link: https://patch.msgid.link/20251120211316.706725-1-safinaskar@gmail.com Signed-off-by: Christian Brauner <brauner@kernel.org>
-rw-r--r--fs/splice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/splice.c b/fs/splice.c
index f5094b6d00a0..d338fe56b50b 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1498,7 +1498,7 @@ static int pipe_to_user(struct pipe_inode_info *pipe, struct pipe_buffer *buf,
/*
* For lack of a better implementation, implement vmsplice() to userspace
- * as a simple copy of the pipes pages to the user iov.
+ * as a simple copy of the pipe's pages to the user iov.
*/
static ssize_t vmsplice_to_user(struct file *file, struct iov_iter *iter,
unsigned int flags)