aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-15 15:19:46 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-15 15:19:46 +1000
commit599a163181284b5bc97667e49be4ddce0195848a (patch)
tree0680a5409657bee46ed65962f4f4f4ccc5640046 /src/gdisp
parent0d90611c824b33c8df2da06e1d02c7cda11022be (diff)
downloaduGFX-599a163181284b5bc97667e49be4ddce0195848a.tar.gz
uGFX-599a163181284b5bc97667e49be4ddce0195848a.tar.bz2
uGFX-599a163181284b5bc97667e49be4ddce0195848a.zip
Spacing, comments and spelling mistakes
Diffstat (limited to 'src/gdisp')
-rw-r--r--src/gdisp/sys_defs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gdisp/sys_defs.h b/src/gdisp/sys_defs.h
index e5580e90..f952e41b 100644
--- a/src/gdisp/sys_defs.h
+++ b/src/gdisp/sys_defs.h
@@ -17,9 +17,9 @@
*
* @pre GFX_USE_GDISP must be set to TRUE in gfxconf.h
*
- * @note Each drawing routine supports a gispXXXX and a gdispGXXXX function. The difference is that the
- * gdispXXXX function does not require a display to be specified. Note there is a slight anomoly
- * in the naming with gdispGBlitArea() vs gdispBlitAreaEx() and gdispBlitArea(), the later of
+ * @note Each drawing routine supports a gdispXXXX and a gdispGXXXX function. The difference is that the
+ * gdispXXXX function does not require a display to be specified. Note there is a slight anomaly
+ * in the naming with gdispGBlitArea() vs gdispBlitAreaEx() and gdispBlitArea(), the latter of
* which is now deprecated.
* @{
*/
@@ -1094,7 +1094,7 @@ void gdispGDrawBox(GDisplay *g, coord_t x, coord_t y, coord_t cx, coord_t cy, co
#define gdispGSetContrast(g, percent) gdispGControl((g), GDISP_CONTROL_CONTRAST, (void *)(unsigned)(percent))
#define gdispSetContrast(percent) gdispGControl(GDISP, GDISP_CONTROL_CONTRAST, (void *)(unsigned)(percent))
-/* More interesting macro's */
+/* More interesting macros */
/**
* @brief Reset the clip area to the full screen