aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weber <weber@corscience.de>2010-08-23 11:20:34 +0200
committerJiri Kosina <jkosina@suse.cz>2010-08-23 15:10:35 +0200
commitd8b187c6b5f4a7ed7f6888b9e2eca3f648648b41 (patch)
treecf781f521729011c43564f2d080943aca7e26801
parent08ff45ca60e4bc1cc27a71a9fe06886e870aa7d8 (diff)
Fix typo in Kconfig help text
Fix the name of the sensor: BMP086 => BMP085 Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/misc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 0b591b65824..9df5b759a00 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -385,7 +385,7 @@ config BMP085
depends on I2C && SYSFS
help
If you say yes here you get support for the Bosch Sensortec
- BMP086 digital pressure sensor.
+ BMP085 digital pressure sensor.
To compile this driver as a module, choose M here: the
module will be called bmp085.