From 56bd36b55be56b35b9ce33e40c11713e93ab6f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= <dkm@kataplop.net> Date: Mon, 30 Jan 2017 13:24:08 +0100 Subject: [PATCH] spi: doc typo --- drivers/include/periph/spi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/periph/spi.h b/drivers/include/periph/spi.h index adbc2bf85e..6d6b177784 100644 --- a/drivers/include/periph/spi.h +++ b/drivers/include/periph/spi.h @@ -192,7 +192,7 @@ void spi_init(spi_t bus); * * * After calling spi_init, the pins must be initialized (i.e. spi_init is - * calling) this function internally. In normal cases, this function will not be + * calling this function internally). In normal cases, this function will not be * used. But there are some devices (e.g. CC110x), that use SPI bus lines also * for other purposes and need the option to dynamically re-configure one or * more of the used pins. So they can take control over certain pins and return @@ -208,7 +208,7 @@ void spi_init_pins(spi_t bus); * @brief Initialize the given chip select pin * * The chip select can be any generic GPIO pin (e.g. GPIO_PIN(x,y)), or it can - * be a hardware chip select line. The existence and number of of hardware chip + * be a hardware chip select line. The existence and number of hardware chip * select lines depends on the underlying platform and the actual pins used for * hardware chip select lines are defined in the board's `periph_conf.h`. * -- GitLab