summaryrefslogtreecommitdiff
path: root/include/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spi.h')
-rw-r--r--include/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi.h b/include/spi.h
index c42b7ab757..10286accab 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -30,7 +30,7 @@ enum spi_clock_mode {
struct spi_device_t {
/*
* SPI port the device is connected to.
- * On some architecture, this is SPI master port index,
+ * On some architecture, this is SPI controller port index,
* on other the SPI port index directly.
*/
uint8_t port;