From: ganjisheng <[email protected]>
Signed-off-by: ganjisheng <[email protected]>
---
drivers/mfd/88pm800.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c
index c7f9649..4ffd9d2 100644
--- a/drivers/mfd/88pm800.c
+++ b/drivers/mfd/88pm800.c
@@ -285,10 +285,10 @@ static int device_gpadc_init(struct pm80x_chip *chip,
goto out;
/*
- * the defult of PM800 is GPADC operates at 100Ks/s rate
+ * the default of PM800 is GPADC operates at 100Ks/s rate
* and Number of GPADC slots with active current bias prior
* to GPADC sampling = 1 slot for all GPADCs set for
- * Temprature mesurmants
+ * Temperature measurements
*/
mask = (PM800_GPADC_GP_BIAS_EN0 | PM800_GPADC_GP_BIAS_EN1 |
PM800_GPADC_GP_BIAS_EN2 | PM800_GPADC_GP_BIAS_EN3);
--
1.9.1