drivers/ltc4150: fix typo 'tread' -> 'treat'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:05:31 +02:00
parent 59297c3779
commit 9236b6ca5c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -153,7 +153,7 @@ typedef struct {
/**
* @brief Pin indicating (dis-)charging, labeled POL
*
* Set this pin to `GPIO_UNDEF` to tread every pulse as discharging. This
* Set this pin to `GPIO_UNDEF` to treat every pulse as discharging. This
* pin is pulled low by the LTC4150 in case the battery is discharging.
*/
gpio_t polarity;