aboutsummaryrefslogtreecommitdiff
path: root/pw_spi/public/pw_spi/chip_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_spi/public/pw_spi/chip_selector.h')
-rw-r--r--pw_spi/public/pw_spi/chip_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_spi/public/pw_spi/chip_selector.h b/pw_spi/public/pw_spi/chip_selector.h
index 4792623a1..3290f507d 100644
--- a/pw_spi/public/pw_spi/chip_selector.h
+++ b/pw_spi/public/pw_spi/chip_selector.h
@@ -37,7 +37,7 @@ class ChipSelector {
// SetActive sets the state of the chip-select signal to the value represented
// by the `active` parameter. Passing a value of `true` will activate the
- // chip-select signal, and `false` will deactive the chip-select signal.
+ // chip-select signal, and `false` will deactivate the chip-select signal.
// Returns OkStatus() on success, and implementation-specific values on
// failure.
virtual Status SetActive(bool active) = 0;