diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:23:16 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-10 21:25:30 +0000 |
commit | 1895838e7a3807a6fce324f0dfed193a3821f6df (patch) | |
tree | 1d5592b7330daae19332336be6bc32af89b3abf8 /src/drivers/maxim/max77802 | |
parent | 5cdd9aab34555717768f56646f80aafc13cf895e (diff) |
src/drivers: Fix typo
Change-Id: I9144937b72a98517cbd41c093cff7bad543b4140
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27916
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/maxim/max77802')
-rw-r--r-- | src/drivers/maxim/max77802/max77802.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/maxim/max77802/max77802.h b/src/drivers/maxim/max77802/max77802.h index af2a80cf29..1284a1d98a 100644 --- a/src/drivers/maxim/max77802/max77802.h +++ b/src/drivers/maxim/max77802/max77802.h @@ -227,7 +227,7 @@ enum { /* * MAX77802_REG_PMIC_BBAT set to - * Back up batery charger on and + * Back up battery charger on and * limit voltage setting to 3.5v */ #define MAX77802_BBCHOSTEN (1 << 0) |