diff options
author | Ingo Molnar <mingo@kernel.org> | 2018-02-28 09:39:48 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-03-19 01:07:42 -0400 |
commit | 793057e1c7272a4531aafc130c4d658e4b57422c (patch) | |
tree | 35cc2abe2e19ba842e0d778b8d28ad96e73bccd3 /fs/xfs | |
parent | 1c94984396dc7bc40b4f6899674eaa41f29a4f6e (diff) | |
download | linux-793057e1c7272a4531aafc130c4d658e4b57422c.tar.gz linux-793057e1c7272a4531aafc130c4d658e4b57422c.tar.bz2 linux-793057e1c7272a4531aafc130c4d658e4b57422c.zip |
vfs: Replace stray non-ASCII homoglyph characters with their ASCII equivalents
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_aops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 9c6a830da0ee..8233dd9a82db 100644 --- a/fs/xfs/xfs_aops.c +++ b/fs/xfs/xfs_aops.c @@ -1390,7 +1390,7 @@ xfs_vm_bmap( /* * The swap code (ab-)uses ->bmap to get a block mapping and then - * bypasseѕ the file system for actual I/O. We really can't allow + * bypasses the file system for actual I/O. We really can't allow * that on reflinks inodes, so we have to skip out here. And yes, * 0 is the magic code for a bmap error. * |