linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] H8/300: flat.h: fix a duplicated word
@ 2020-07-21 21:00 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2020-07-21 21:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Yoshinori Sato, uclinux-h8-devel

Change the phrase "is is" to "it is".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.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@snapgear.com)
+ * it is 0 (davidm@snapgear.com)
  */
 
 #define	flat_get_relocate_addr(rel)		(rel & ~0x00000001)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-21 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-21 21:00 [PATCH] H8/300: flat.h: fix a duplicated word Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).