m68k: Fix syntax errors in comments
authorXiang wangx <wangxiang@cdjrlc.com>
Fri, 10 Jun 2022 08:34:20 +0000 (16:34 +0800)
committerGreg Ungerer <gerg@linux-m68k.org>
Sun, 24 Jul 2022 23:01:09 +0000 (09:01 +1000)
comments "the the" should be replaced by "of the" instead.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/coldfire/intc-2.c

index 9950933..f74f0e4 100644 (file)
@@ -7,7 +7,7 @@
  * family, the 5270, 5271, 5274, 5275, and the 528x family which have two such
  * controllers, and the 547x and 548x families which have only one of them.
  *
- * The external 7 fixed interrupts are part the the Edge Port unit of these
+ * The external 7 fixed interrupts are part of the Edge Port unit of these
  * ColdFire parts. They can be configured as level or edge triggered.
  *
  * (C) Copyright 2009-2011, Greg Ungerer <gerg@snapgear.com>