From d80bd18157a5550642fa5eec8d09700b6e70833a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 12 Dec 2016 19:06:50 +0100 Subject: [PATCH] Fixing typo in comment --- src/gos/gos_x_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */