diff --git a/drivers/include/periph/spi.h b/drivers/include/periph/spi.h index 6d6b1777845028641f8884e858d4a9f38ad9c8be..8c7f56efbc324609cb709e383b2a8393b3bed67d 100644 --- a/drivers/include/periph/spi.h +++ b/drivers/include/periph/spi.h @@ -39,7 +39,7 @@ * 2. `spi_init_cs()` should be called during device driver initialization, as * each chip select pin/line is used uniquely by a specific device, i.e. chip * select lines are no shared resource. - * 3. `spi_aquire()` needs to be called for each new transaction. This function + * 3. `spi_acquire()` needs to be called for each new transaction. This function * configures the bus with specific parameters (clock, mode) for the duration * of that transaction. *