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>
This commit is contained in:
Ingo Molnar
2018-02-28 09:39:48 +01:00
committed by Al Viro
parent 1c94984396
commit 793057e1c7
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
*