diff options
| author | 2021-03-23 16:59:30 -0700 | |
|---|---|---|
| committer | 2021-03-25 16:47:52 -0700 | |
| commit | 0145225e353eb5db9cb89e2ab1baf9a55da7a492 (patch) | |
| tree | b30fa4d78ed76857a6c602c5280443a752c4baed /fs/xfs/xfs_inode.c | |
| parent | xfs: Rudimentary typo fixes (diff) | |
| download | linux-dev-0145225e353eb5db9cb89e2ab1baf9a55da7a492.tar.xz linux-dev-0145225e353eb5db9cb89e2ab1baf9a55da7a492.zip | |
xfs: Rudimentary spelling fix
s/sytemcall/syscall/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs/xfs_inode.c')
| -rw-r--r-- | fs/xfs/xfs_inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index 9a9a2005b48a..c09bb39baeea 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -2892,7 +2892,7 @@ xfs_finish_rename( /* * xfs_cross_rename() * - * responsible for handling RENAME_EXCHANGE flag in renameat2() sytemcall + * responsible for handling RENAME_EXCHANGE flag in renameat2() syscall */ STATIC int xfs_cross_rename( |
