From d200baf21fd248317b15a401097bcb198ffc7bc7 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio 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 --- demos/various/NIL-ARMCM0-GENERIC/chconf.h | 2 +- demos/various/NIL-ARMCM4-GENERIC/chconf.h | 2 +- demos/various/RT-ARM7-GENERIC/chconf.h | 2 +- demos/various/RT-ARMCM0-GENERIC/chconf.h | 2 +- demos/various/RT-ARMCM4-GENERIC/chconf.h | 2 +- demos/various/RT-Posix-Simulator/chconf.h | 2 +- demos/various/RT-Win32-Simulator/chconf.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'demos/various') diff --git a/demos/various/NIL-ARMCM0-GENERIC/chconf.h b/demos/various/NIL-ARMCM0-GENERIC/chconf.h index 3421f2e19..2e965b2b8 100644 --- a/demos/various/NIL-ARMCM0-GENERIC/chconf.h +++ b/demos/various/NIL-ARMCM0-GENERIC/chconf.h @@ -194,7 +194,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. diff --git a/demos/various/NIL-ARMCM4-GENERIC/chconf.h b/demos/various/NIL-ARMCM4-GENERIC/chconf.h index 3421f2e19..2e965b2b8 100644 --- a/demos/various/NIL-ARMCM4-GENERIC/chconf.h +++ b/demos/various/NIL-ARMCM4-GENERIC/chconf.h @@ -194,7 +194,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. diff --git a/demos/various/RT-ARM7-GENERIC/chconf.h b/demos/various/RT-ARM7-GENERIC/chconf.h index 4fee0aeb1..5992befe5 100644 --- a/demos/various/RT-ARM7-GENERIC/chconf.h +++ b/demos/various/RT-ARM7-GENERIC/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. diff --git a/demos/various/RT-ARMCM0-GENERIC/chconf.h b/demos/various/RT-ARMCM0-GENERIC/chconf.h index 4fee0aeb1..5992befe5 100644 --- a/demos/various/RT-ARMCM0-GENERIC/chconf.h +++ b/demos/various/RT-ARMCM0-GENERIC/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. diff --git a/demos/various/RT-ARMCM4-GENERIC/chconf.h b/demos/various/RT-ARMCM4-GENERIC/chconf.h index 99a4d844a..6e7571273 100644 --- a/demos/various/RT-ARMCM4-GENERIC/chconf.h +++ b/demos/various/RT-ARMCM4-GENERIC/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. diff --git a/demos/various/RT-Posix-Simulator/chconf.h b/demos/various/RT-Posix-Simulator/chconf.h index 440bc2959..f7a1407d9 100755 --- a/demos/various/RT-Posix-Simulator/chconf.h +++ b/demos/various/RT-Posix-Simulator/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. diff --git a/demos/various/RT-Win32-Simulator/chconf.h b/demos/various/RT-Win32-Simulator/chconf.h index 440bc2959..f7a1407d9 100644 --- a/demos/various/RT-Win32-Simulator/chconf.h +++ b/demos/various/RT-Win32-Simulator/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