From 6c88ea7b0d18cc117dc48aceda5decca392fe79b Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Thu, 23 Nov 2017 12:57:05 +0000
Subject: Fixed comments in chconf.h files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11069 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h')

diff --git a/testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h b/testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h
index 0c2c44ee3..375d16aa5 100644
--- a/testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h
+++ b/testex/STM32/STM32F3xx/SPI-N25Q128/chconf.h
@@ -475,9 +475,9 @@
 
 /**
  * @brief   Threads initialization hook.
- * @details User initialization code added to the @p chThdInit() API.
+ * @details User initialization code added to the @p _thread_init() function.
  *
- * @note    It is invoked from within @p chThdInit() and implicitly from all
+ * @note    It is invoked from within @p _thread_init() and implicitly from all
  *          the threads creation APIs.
  */
 #define CH_CFG_THREAD_INIT_HOOK(tp) {                                       \
-- 
cgit v1.2.3