aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2016-12-12 19:06:50 +0100
committerJoel Bodenmann <joel@embedded.pro>2016-12-12 19:06:50 +0100
commitd80bd18157a5550642fa5eec8d09700b6e70833a (patch)
treebf4676a60b606782b098f34f735f3e0dc71adf9e /src/gos
parent748346f0e5f493a1b73a07b4ddf11c981f5c9ef4 (diff)
downloaduGFX-d80bd18157a5550642fa5eec8d09700b6e70833a.tar.gz
uGFX-d80bd18157a5550642fa5eec8d09700b6e70833a.tar.bz2
uGFX-d80bd18157a5550642fa5eec8d09700b6e70833a.zip
Fixing typo in comment
Diffstat (limited to 'src/gos')
-rw-r--r--src/gos/gos_x_threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gos/gos_x_threads.h b/src/gos/gos_x_threads.h
index ee7a9cd0..585585c5 100644
--- a/src/gos/gos_x_threads.h
+++ b/src/gos/gos_x_threads.h
@@ -90,7 +90,7 @@ extern "C" {
threadreturn_t gfxThreadWait(gfxThreadHandle thread);
gfxThreadHandle gfxThreadMe(void);
- /** The following is not part of the public ugfx API has some operating systems
+ /** The following is not part of the public ugfx API as some operating systems
* simply do not provide this capability.
* For RAW32 we need it anyway so we might as well declare it here.
*/