diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 797ef28fa7d5e8269eacb1e53c251c5964ef1da9..592897fa4f030ed08c07c95ea6af56abfbd4739a 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h @@ -622,7 +622,7 @@ struct spi_controller { /* * These hooks are for drivers that use a generic implementation - * of transfer_one_message() provied by the core. + * of transfer_one_message() provided by the core. */ void (*set_cs)(struct spi_device *spi, bool enable); int (*transfer_one)(struct spi_controller *ctlr, struct spi_device *spi,