summaryrefslogtreecommitdiff
path: root/src/drivers/maxim
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/maxim')
-rw-r--r--src/drivers/maxim/max77686/max77686.h4
-rw-r--r--src/drivers/maxim/max77802/max77802.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/maxim/max77686/max77686.h b/src/drivers/maxim/max77686/max77686.h
index 0769a74d53..f5b85c0acf 100644
--- a/src/drivers/maxim/max77686/max77686.h
+++ b/src/drivers/maxim/max77686/max77686.h
@@ -77,8 +77,8 @@ enum {
};
enum {
- MAX77686_MV = 0, /* mili volt */
- MAX77686_UV /* micro volt */
+ MAX77686_MV = 0, /* millivolt */
+ MAX77686_UV /* microvolt */
};
/**
diff --git a/src/drivers/maxim/max77802/max77802.h b/src/drivers/maxim/max77802/max77802.h
index 5823269514..f880cb4a26 100644
--- a/src/drivers/maxim/max77802/max77802.h
+++ b/src/drivers/maxim/max77802/max77802.h
@@ -199,7 +199,7 @@ enum {
#define MAX77802_BUCK_TYPE2_ON (1 << 4)
#define MAX77802_BUCK_TYPE2_IGNORE_PWRREQ (1 << 5)
-/* LDO35 1.2 volt value for bridge ic */
+/* LDO35 1.2 volt value for bridge IC */
#define MAX77802_LDO35CTRL1_1_2V (1 << 4)
#define MAX77802_LOD35CTRL1_ON (1 << 6)