aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/hal/platforms/AT91SAM7/pal_lld.h2
-rw-r--r--os/hal/platforms/LPC214x/pal_lld.h2
-rw-r--r--os/hal/platforms/MSP430/pal_lld.h2
-rw-r--r--os/hal/platforms/STM32/GPIOv1/pal_lld.h2
-rw-r--r--os/hal/platforms/STM32/GPIOv2/pal_lld.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/os/hal/platforms/AT91SAM7/pal_lld.h b/os/hal/platforms/AT91SAM7/pal_lld.h
index 74349d685..fa0ad22d4 100644
--- a/os/hal/platforms/AT91SAM7/pal_lld.h
+++ b/os/hal/platforms/AT91SAM7/pal_lld.h
@@ -118,7 +118,7 @@ typedef AT91PS_PIO ioportid_t;
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, if so please put them in a file named pal_lld.c. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**
diff --git a/os/hal/platforms/LPC214x/pal_lld.h b/os/hal/platforms/LPC214x/pal_lld.h
index 91622be6e..bb0fb0d61 100644
--- a/os/hal/platforms/LPC214x/pal_lld.h
+++ b/os/hal/platforms/LPC214x/pal_lld.h
@@ -115,7 +115,7 @@ typedef FIO * ioportid_t;
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, please put them in a file named ioports_lld.c if so. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**
diff --git a/os/hal/platforms/MSP430/pal_lld.h b/os/hal/platforms/MSP430/pal_lld.h
index a2909a0e7..c0bf28ff0 100644
--- a/os/hal/platforms/MSP430/pal_lld.h
+++ b/os/hal/platforms/MSP430/pal_lld.h
@@ -239,7 +239,7 @@ typedef msp430_ioport_t *ioportid_t;
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, if so please put them in a file named pal_lld.c. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**
diff --git a/os/hal/platforms/STM32/GPIOv1/pal_lld.h b/os/hal/platforms/STM32/GPIOv1/pal_lld.h
index 9926741a2..0aa9b862e 100644
--- a/os/hal/platforms/STM32/GPIOv1/pal_lld.h
+++ b/os/hal/platforms/STM32/GPIOv1/pal_lld.h
@@ -182,7 +182,7 @@ typedef GPIO_TypeDef * ioportid_t;
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, please put them in a file named ioports_lld.c if so. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**
diff --git a/os/hal/platforms/STM32/GPIOv2/pal_lld.h b/os/hal/platforms/STM32/GPIOv2/pal_lld.h
index d6e7ee7e5..4a1ffa5b5 100644
--- a/os/hal/platforms/STM32/GPIOv2/pal_lld.h
+++ b/os/hal/platforms/STM32/GPIOv2/pal_lld.h
@@ -315,7 +315,7 @@ typedef GPIO_TypeDef * ioportid_t;
/*===========================================================================*/
/* Implementation, some of the following macros could be implemented as */
-/* functions, please put them in a file named ioports_lld.c if so. */
+/* functions, if so please put them in pal_lld.c. */
/*===========================================================================*/
/**