Message ID | 20201217171331.57376-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: sti: Fix spelling mistake in Kconfig "targetted" -> "targeted" | expand |
Hi Colin On 12/17/20 6:13 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in the Kconfig help text. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > arch/arm/mach-sti/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index b2d45cf10a3c..74640bbaeba6 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -50,7 +50,7 @@ config SOC_STIH407 > select STIH407_RESET > help > This enables support for STMicroelectronics Digital Consumer > - Electronics family StiH407 parts, targetted at set-top-box > + Electronics family StiH407 parts, targeted at set-top-box > and other digital audio/video applications using Flattened Device > Trees. > Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Thanks Patrice
diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig index b2d45cf10a3c..74640bbaeba6 100644 --- a/arch/arm/mach-sti/Kconfig +++ b/arch/arm/mach-sti/Kconfig @@ -50,7 +50,7 @@ config SOC_STIH407 select STIH407_RESET help This enables support for STMicroelectronics Digital Consumer - Electronics family StiH407 parts, targetted at set-top-box + Electronics family StiH407 parts, targeted at set-top-box and other digital audio/video applications using Flattened Device Trees.