spelling: acquire

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:40:37 -05:00
parent 572925d9fb
commit 80421e092f
4 changed files with 5 additions and 5 deletions

View file

@ -261,7 +261,7 @@ bool pmic_enable_battery_measure(void) {
bool pmic_disable_battery_measure(void) {
bool result = prv_set_mon_config_register(0);
// Releases the lock that was previously aquired in pmic_enable_battery_measure.
// Releases the lock that was previously acquired in pmic_enable_battery_measure.
prv_mon_config_unlock();
return result;