aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-05 13:44:12 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-05 13:44:12 +1000
commit009d9f1f60d6d77f6ed75e8c5fc93e5e979e9db0 (patch)
treecf8cc788ff2f09b8ba8e7e8732d4cf213173f7d9 /include/gdisp
parente35b76388cdc32e275962a19932c64a2ce0ee52d (diff)
downloaduGFX-009d9f1f60d6d77f6ed75e8c5fc93e5e979e9db0.tar.gz
uGFX-009d9f1f60d6d77f6ed75e8c5fc93e5e979e9db0.tar.bz2
uGFX-009d9f1f60d6d77f6ed75e8c5fc93e5e979e9db0.zip
English grammer correction
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/colors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdisp/colors.h b/include/gdisp/colors.h
index 975934d0..486424b7 100644
--- a/include/gdisp/colors.h
+++ b/include/gdisp/colors.h
@@ -119,7 +119,7 @@
*/
#define COLOR_NEEDS_MASK FALSE
/**
- * @brief If the color need masking to remove invalid bits, this is the mask
+ * @brief If the color needs masking to remove invalid bits, this is the mask
*/
#define COLOR_MASK 0xFFFF
/**