From d200baf21fd248317b15a401097bcb198ffc7bc7 Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Thu, 5 Oct 2017 07:05:45 +0000
Subject: Fixed various typos and documentation-related issues.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10776 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'testhal/STM32/multi/PAL/cfg-stm32f051_discovery')

diff --git a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h b/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h
index de016bdc8..194cd87b9 100644
--- a/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h
+++ b/testhal/STM32/multi/PAL/cfg-stm32f051_discovery/chconf.h
@@ -338,7 +338,7 @@
  * @details If the specified length is zero then the name is stored by
  *          pointer but this could have unintended side effects.
  */
-#define CH_CFG_FACTORY_MAX_NAMES_LENGHT     8
+#define CH_CFG_FACTORY_MAX_NAMES_LENGTH     8
 
 /**
  * @brief   Enables the registry of generic objects.
-- 
cgit v1.2.3