aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-10 16:34:20 +0800
committerGreg Ungerer <gerg@linux-m68k.org>2022-07-25 09:01:09 +1000
commit472e68df4a5eacdbe4fd07cffef1b5ffdd95516b (patch)
tree9d1843e37802c32fdf20171391c1c64e058f2e13 /arch/m68k
parentm68k: coldfire: make symbol m523x_clk_lookup static (diff)
downloadlinux-dev-472e68df4a5eacdbe4fd07cffef1b5ffdd95516b.tar.xz
linux-dev-472e68df4a5eacdbe4fd07cffef1b5ffdd95516b.zip
m68k: Fix syntax errors in comments
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>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/coldfire/intc-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/intc-2.c b/arch/m68k/coldfire/intc-2.c
index 995093357c59..f74f0e473119 100644
--- a/arch/m68k/coldfire/intc-2.c
+++ b/arch/m68k/coldfire/intc-2.c
@@ -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>