diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-06 12:12:48 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-06 12:12:48 -0400 |
commit | b1f085c11616b29c7eeb9afcc94dac3687f321a9 (patch) | |
tree | a1026cf1c8cbfc9bd47c195dfc6ebe6c285ad752 /linux/drivers/media/dvb/dvb-core | |
parent | c561ceeaf35e4a79638a87802f51189ec7557437 (diff) | |
download | mediapointer-dvb-s2-b1f085c11616b29c7eeb9afcc94dac3687f321a9.tar.gz mediapointer-dvb-s2-b1f085c11616b29c7eeb9afcc94dac3687f321a9.tar.bz2 |
Fix spelling error in Kconfig help text for DVB_CORE_ATTACH
From: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/Kconfig b/linux/drivers/media/dvb/dvb-core/Kconfig index e46eae3b9..1990eda10 100644 --- a/linux/drivers/media/dvb/dvb-core/Kconfig +++ b/linux/drivers/media/dvb/dvb-core/Kconfig @@ -19,6 +19,6 @@ config DVB_CORE_ATTACH allow the card drivers to only load the frontend modules they require. This saves several KBytes of memory. - Note: You will need moudule-init-tools v3.2 or later for this feature. + Note: You will need module-init-tools v3.2 or later for this feature. If unsure say Y. |