Change the phrase "is is" to "it is". Signed-off-by: Randy Dunlap <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: [email protected] --- arch/h8300/include/asm/flat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200720.orig/arch/h8300/include/asm/flat.h +++ linux-next-20200720/arch/h8300/include/asm/flat.h @@ -12,7 +12,7 @@ * on the H8 a couple of the relocations have an instruction in the * top byte. As there can only be 24bits of address space, we just * always preserve that 8bits at the top, when it isn't an instruction - * is is 0 ([email protected]) + * it is 0 ([email protected]) */ #define flat_get_relocate_addr(rel) (rel & ~0x00000001)

