From cba75f467d7316360ee306fa9f62d22cc31f070e Mon Sep 17 00:00:00 2001 From: Sam Grove Date: Wed, 12 Apr 2017 08:56:36 -0500 Subject: [PATCH] Fix typo in doxygen group --- drivers/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SPI.h b/drivers/SPI.h index e6cd93aba1..26cb1bad55 100644 --- a/drivers/SPI.h +++ b/drivers/SPI.h @@ -70,7 +70,7 @@ namespace mbed { * * } * @endcode - * @ingroup dirvers + * @ingroup drivers */ class SPI {