From: W. Trevor King Date: Thu, 21 Feb 2013 12:34:42 +0000 (-0500) Subject: b43: Fix 'me' -> 'be' typo in Kconfig X-Git-Tag: v4.0~4055^2~21^2^2~346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a829148435618174a08154a478e4e64fa44eb4d4;p=platform%2Fkernel%2Flinux-amlogic.git b43: Fix 'me' -> 'be' typo in Kconfig Also add a missing 'the' before 'runtime performance'. Signed-off-by: W. Trevor King Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/b43/Kconfig b/drivers/net/wireless/b43/Kconfig index 287c6b67..c3024ec 100644 --- a/drivers/net/wireless/b43/Kconfig +++ b/drivers/net/wireless/b43/Kconfig @@ -166,8 +166,8 @@ config B43_DEBUG Broadcom 43xx debugging. This adds additional runtime sanity checks and statistics to the driver. - These checks and statistics might me expensive and hurt runtime performance - of your system. + These checks and statistics might be expensive and hurt the runtime + performance of your system. This also adds the b43 debugfs interface. Do not enable this, unless you are debugging the driver.