summaryrefslogtreecommitdiff
path: root/driver/charger/bq24735.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/charger/bq24735.c')
-rw-r--r--driver/charger/bq24735.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/charger/bq24735.c b/driver/charger/bq24735.c
index 24a71c1deb..4279397330 100644
--- a/driver/charger/bq24735.c
+++ b/driver/charger/bq24735.c
@@ -20,7 +20,7 @@
#define REG_TO_CURRENT(REG, RS) ((REG) * DEFAULT_SENSE_RESISTOR / (RS))
#define CURRENT_TO_REG(CUR, RS) ((CUR) * (RS) / DEFAULT_SENSE_RESISTOR)
-/* Charger infomation
+/* Charger information
* charge voltage bitmask: 0111 1111 1111 0000
* charge current bitmask: 0001 1111 1000 0000
* input current bitmask : 0000 0000 1000 0000