[PATCH] include/linux/splice.h: trivial fix: declerations -> declarations
Askar Safin <[email protected]>
| Newsgroups | org.kernel.vger.kernel-janitors,dev.linux.lists.patches,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Trivial fix: declerations -> declarations Signed-off-by: Askar Safin <[email protected]> --- This patch is for VFS tree. --- include/linux/splice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/splice.h b/include/linux/splice.h index 9dec4861d..8f6b17079 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0 */ /* - * Function declerations and data structures related to the splice + * Function declarations and data structures related to the splice * implementation. * * Copyright (C) 2007 Jens Axboe <[email protected]> base-commit: 9215e74f228f2b239f41271da9e5076ee3439d1b -- 2.47.3