[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200721210012.15304-1-rdunlap@infradead.org>
Date: Tue, 21 Jul 2020 14:00:12 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Yoshinori Sato <ysato@...rs.sourceforge.jp>,
uclinux-h8-devel@...ts.sourceforge.jp
Subject: [PATCH] H8/300: flat.h: fix a duplicated word
Change the phrase "is is" to "it is".
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: uclinux-h8-devel@...ts.sourceforge.jp
---
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 (davidm@...pgear.com)
+ * it is 0 (davidm@...pgear.com)
*/
#define flat_get_relocate_addr(rel) (rel & ~0x00000001)
Powered by blists - more mailing lists