main: Fix typo in iio polling light sensor driver name

This commit is contained in:
Elad Alfassa
2015-03-20 17:44:46 +02:00
committed by Bastien Nocera
parent 27f4a55711
commit f9236bcada

View File

@@ -125,7 +125,7 @@ iio_poll_light_close (void)
}
SensorDriver iio_poll_light = {
.name = "IIO Buffer Light sensor",
.name = "IIO Polling Light sensor",
.type = DRIVER_TYPE_LIGHT,
.specific_type = DRIVER_TYPE_LIGHT_IIO,