From dcff98ef567f226cb855562b6d6db01c55a14714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= <dkm@kataplop.net> Date: Tue, 7 Feb 2017 16:59:33 +0100 Subject: [PATCH] drivers/include/periph/spi: Typo fix Fix typo in inline doc. --- drivers/include/periph/spi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/periph/spi.h b/drivers/include/periph/spi.h index 6d6b177784..8c7f56efbc 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. * -- GitLab