aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/SPI/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/SPI/chconf.h')
-rw-r--r--testhal/STM32/SPI/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/SPI/chconf.h b/testhal/STM32/SPI/chconf.h
index 98bcdc40c..3353391ca 100644
--- a/testhal/STM32/SPI/chconf.h
+++ b/testhal/STM32/SPI/chconf.h
@@ -68,7 +68,7 @@
* You may use this option if you need to merge ChibiOS/RT with
* external libraries that require nested lock/unlock operations.
*
- * @note T he default is @p FALSE.
+ * @note The default is @p FALSE.
*/
#if !defined(CH_USE_NESTED_LOCKS) || defined(__DOXYGEN__)
#define CH_USE_NESTED_LOCKS FALSE