aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-07-23 18:52:52 +0200
committerJoel Bodenmann <joel@unormal.org>2013-07-23 18:52:52 +0200
commitea3048ff3675ba460b1ca47798340d227fefc05e (patch)
treecb7d8b1590990a93ee56b959002f41f3b5e6e215 /include/gos
parent95b15971584cbfdad533411bcb8d8cec82e996fa (diff)
downloaduGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.tar.gz
uGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.tar.bz2
uGFX-ea3048ff3675ba460b1ca47798340d227fefc05e.zip
fixed OS-X port (untested)
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