aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos')
-rw-r--r--include/gos/chibios.h2
-rw-r--r--include/gos/osx.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/gos/chibios.h b/include/gos/chibios.h
index 14ba4b2e..aa98c645 100644
--- a/include/gos/chibios.h
+++ b/include/gos/chibios.h
@@ -6,7 +6,7 @@
*/
/**
- * @file include/gos/posix.h
+ * @file include/gos/chibios.h
* @brief GOS - Operating System Support header file for ChibiOS.
*/
diff --git a/include/gos/osx.h b/include/gos/osx.h
index a181c2c6..fde1d005 100644
--- a/include/gos/osx.h
+++ b/include/gos/osx.h
@@ -7,7 +7,7 @@
/**
* @file include/gos/osx.h
- * @brief GOS - Operating System Support header file for POSIX.
+ * @brief GOS - Operating System Support header file for Mac OS-X.
*/
#ifndef _GOS_OSX_H