Change the phrase "is is" to "it is". Signed-off-by: Randy Dunlap <rdunl****@infra*****> Cc: Yoshinori Sato <ysato****@users*****> Cc: uclin****@lists***** Cc: Andrew Morton <akpm****@linux*****> --- 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 (david****@snapg*****) + * it is 0 (david****@snapg*****) */ #define flat_get_relocate_addr(rel) (rel & ~0x00000001)